Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Aug 7, 2023
1 parent 622e3eb commit 9cc204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build and test import of package
run: |
pip install -e . ; python -c "import pyimfit"
pip install --no-build-isolation -e . ; python -c "import pyimfit"
- name: Test with pytest
run: |
cd pyimfit/tests ; pytest

0 comments on commit 9cc204c

Please sign in to comment.