Skip to content

Commit 7719dff

Browse files
committed
Fix filename
1 parent 52e51ba commit 7719dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
else
2525
python -m pip install 'numpy>=1.26,<2.0';
2626
fi
27-
python -m pip install -r requirements-tests.txt
27+
python -m pip install -r requirements-dev.txt
2828
- name: Run Tests
2929
run: |
3030
pytest

0 commit comments

Comments
 (0)