Skip to content

Commit 9a450e7

Browse files
committed
Clean up requirements
1 parent 63cb927 commit 9a450e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
pip install -U pip
2323
pip install .[dev]
24-
pip install -r requirements-test.txt
24+
pip install -r requirements-direct.txt
2525
2626
- name: Log installed environment
2727
run: |
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Run unit tests
3535
run: |
36-
pytest .
36+
pytest -vv .
3737
3838
- name: MyPy
3939
run: |

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Requirements for tests (see "requirements-tests.txt" also for direct dependencies)
1+
# Requirements for tests (see "requirements-direct.txt" also for direct dependencies)
22
pytest
33
nbval
44
ml_dtypes
File renamed without changes.

0 commit comments

Comments
 (0)