Skip to content

Commit 8b6d845

Browse files
committed
Remove nose from CI.
1 parent a6e182c commit 8b6d845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip check-manifest
29-
pip install pytest nose
29+
pip install pytest
3030
pip install .
3131
python -m ipykernel.kernelspec --user
3232
- name: Test with pytest

0 commit comments

Comments
 (0)