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 c0bd5b5 commit d9d35a1Copy full SHA for d9d35a1
.github/workflows/tests.yml
@@ -50,6 +50,6 @@ jobs:
50
with:
51
python-version: 3.9
52
- name: Install dependencies
53
- run: python -m pip install -r requirements/min-reqs.old -c requirements/min-cons.old
+ run: python -m pip install -r requirements/min-reqs.old -c requirements/min-cons.old -r requirements/test.txt
54
- name: Test with pytest
55
run: pytest
requirements/min-reqs.old
@@ -6,7 +6,3 @@ six==1.5.0
6
timm==0.9.0
7
torchvision==0.8.2
8
tqdm==4.36.0
9
-
10
-mock
11
-pytest
12
-ruff
0 commit comments