Skip to content

Commit

Permalink
[ENH] update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhenqi77 committed Nov 20, 2024
1 parent d65eec0 commit 8d56d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Print netneurotools version
run: python -c "import netneurotools; print(netneurotools.__version__)"
- name: Run tests
run: pytest --doctest-modules --junitxml=junit/test-results.xml --verbose -m "not (fetcher or pyvista pysurfer)" netneurotools
run: pytest --doctest-modules --junitxml=junit/test-results.xml --verbose -m "not (fetcher or pyvista or pysurfer)" netneurotools
- name: Upload pytest test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8d56d14

Please sign in to comment.