Skip to content

Commit

Permalink
Don't test minimum version of test deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 6, 2024
1 parent a87ce91 commit 25e1b6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
with:
python-version: 3.9
- name: Install dependencies
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
- name: Test with pytest
run: pytest
4 changes: 0 additions & 4 deletions requirements/min-reqs.old
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ six==1.5.0
timm==0.9.0
torchvision==0.8.2
tqdm==4.36.0

mock
pytest
ruff

0 comments on commit 25e1b6a

Please sign in to comment.