Skip to content

Commit 2c77589

Browse files
committed
Replace setup.py
Reference article noted by `SetuptoolsDeprecationWarning` from Action log. References: * https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary Signed-off-by: Alex Nelson <[email protected]>
1 parent 28ee7a5 commit 2c77589

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
# the CASE outputs
4141
- name: Build CASE
4242
run: |
43-
pip install setuptools
44-
python setup.py install
43+
pip install .
4544
mkdir -p ./output/
4645
case_from_dict ./output/dict-case.json
4746
case_from_rdf ./output/rdf-case.json

0 commit comments

Comments
 (0)