Skip to content

Commit bcd18c7

Browse files
authored
Move minimum requirements file... again (torchgeo#646)
1 parent c3e11e4 commit bcd18c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install pip dependencies
8686
run: |
8787
pip install cython numpy==1.17.2 # needed by pycocotools
88-
pip install -r .github/requirements-min.txt
88+
pip install -r requirements/min
8989
pip list
9090
- name: Run pytest checks
9191
run: pytest --cov=torchgeo --cov-report=xml

0 commit comments

Comments
 (0)