Skip to content

Commit

Permalink
Build via pip instead of python setup.py install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaroberts committed Aug 31, 2023
1 parent 41abee1 commit 7bb15a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ jobs:
pip install -r requirements.txt
- name: Build package
run: python setup.py install # TODO: fix pip install -e .
run: pip install .

- name: Display version via dunamai
run: |
echo "dunamai version:"
echo "version via dunamai:"
dunamai from any
- name: Display version via nii2dcm CLI
run: |
echo "nii2dcm version:"
echo "version via nii2dcm CLI:"
nii2dcm -v
- name: Create dist/
Expand Down

0 comments on commit 7bb15a9

Please sign in to comment.