Skip to content

Commit

Permalink
[ci] avoid calling setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 5, 2023
1 parent dceefa4 commit cffb308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install PyMultiNest
run: |
python setup.py install --user
python -m pip install .
- name: Test imports
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
# do not test pycuba, it is broken
rm tests/pycuba_test.py
coverage run setup.py test
coverage run pytest
coverage report
coverage-lcov
python pymultinest_demo_minimal.py
Expand Down

0 comments on commit cffb308

Please sign in to comment.