Skip to content

Commit 7efaf8d

Browse files
committed
skip download of esmfold weights in ci
1 parent 5265e5d commit 7efaf8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lobster/model/test__lobsterfold.py

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def structure_featurizer(scope="session"):
2828

2929
@pytest.fixture
3030
def model(max_length, scope="session"):
31+
if os.getenv("CI"):
32+
pytest.skip("large download")
3133
return LobsterPLMFold(model_name="esmfold_v1", max_length=max_length)
3234

3335

0 commit comments

Comments
 (0)