We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cb4fc commit 85b01e9Copy full SHA for 85b01e9
.github/workflows/test.yml
@@ -46,4 +46,4 @@ jobs:
46
pipx run flake8 --ignore N802,N806,W504 --select W503 nitime/ tools/
47
- name: Test
48
run: |
49
- cd && mkdir for_test && cd for_test && pytest --pyargs nitime --cov-report term-missing --cov=AFQ
+ mkdir ~/for_test && cd ~/for_test && pytest --pyargs nitime --cov-report term-missing --cov=nitime
0 commit comments