Skip to content

Commit 3e117ee

Browse files
committed
Only test samplers and trainers
1 parent 328d714 commit 3e117ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
run: pip list
3737
- name: Run integration checks
3838
run: |
39-
pytest -m slow --durations=10 tests/models/test_vit.py
39+
pytest -m slow --durations=10 tests/samplers
40+
pytest -m slow --durations=10 tests/trainers
4041
python -m torchgeo --help
4142
torchgeo --help
4243
notebooks:

0 commit comments

Comments
 (0)