Skip to content

Commit 8912e6e

Browse files
committed
Log storage and separate components
1 parent 8f8174e commit 8912e6e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/release.yaml

+21-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,27 @@ jobs:
3636
run: pip list
3737
- name: Run integration checks
3838
run: |
39-
pytest -m slow --durations=10 --basetemp=foo
39+
df
40+
pytest -m slow --durations=10 tests/models/test_copernicusfm.py
41+
df
42+
pytest -m slow --durations=10 tests/models/test_croma.py
43+
df
44+
pytest -m slow --durations=10 tests/models/test_dofa.py
45+
df
46+
pytest -m slow --durations=10 tests/models/test_panopticon.py
47+
df
48+
pytest -m slow --durations=10 tests/models/test_resnet.py
49+
df
50+
pytest -m slow --durations=10 tests/models/test_scale_mae.py
51+
df
52+
pytest -m slow --durations=10 tests/models/test_swin.py
53+
df
54+
pytest -m slow --durations=10 tests/models/test_vit.py
55+
df
56+
pytest -m slow --durations=10 tests/samplers
57+
df
58+
pytest -m slow --durations=10 tests/trainers
59+
df
4060
python -m torchgeo --help
4161
torchgeo --help
4262
notebooks:

0 commit comments

Comments
 (0)