Skip to content

Commit 7ce8953

Browse files
authored
Merge pull request #21 from casework/replace_setup_py
Replace setup.py
2 parents 28ee7a5 + 2c77589 commit 7ce8953

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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)