We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28ee7a5 + 2c77589 commit 7ce8953Copy full SHA for 7ce8953
1 file changed
.github/workflows/cicd.yml
@@ -40,8 +40,7 @@ jobs:
40
# the CASE outputs
41
- name: Build CASE
42
run: |
43
- pip install setuptools
44
- python setup.py install
+ pip install .
45
mkdir -p ./output/
46
case_from_dict ./output/dict-case.json
47
case_from_rdf ./output/rdf-case.json
0 commit comments