Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
update for CI github

See merge request 3d/PandoraBox/pandora2d!110
  • Loading branch information
lecontm committed Jun 6, 2024
2 parents 3f2b7c2 + 5915a04 commit 99b62c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandora2d_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test with pytest
run: |
export NUMBA_DISABLE_JIT="1"
pytest -m "unit_tests" --html=unit-test-report.html --cov-config=.coveragerc --cov-report xml --cov
pytest -m "unit_tests and not notebook_tests and not plugin_tests" --html=unit-test-report.html --cov-config=.coveragerc --cov-report xml --cov
pytest -m "functional_tests" --html=functional-test-report.html
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 99b62c0

Please sign in to comment.