We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a5e57 commit 79bc5bcCopy full SHA for 79bc5bc
.github/workflows/cicd.yml
@@ -40,6 +40,7 @@ jobs:
40
# the CASE outputs
41
- name: Build CASE
42
run: |
43
+ pip install setuptools
44
python setup.py install
45
mkdir -p ./output/
46
case_from_dict ./output/dict-case.json
0 commit comments