We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5265e5d commit 7efaf8dCopy full SHA for 7efaf8d
tests/lobster/model/test__lobsterfold.py
@@ -28,6 +28,8 @@ def structure_featurizer(scope="session"):
28
29
@pytest.fixture
30
def model(max_length, scope="session"):
31
+ if os.getenv("CI"):
32
+ pytest.skip("large download")
33
return LobsterPLMFold(model_name="esmfold_v1", max_length=max_length)
34
35
0 commit comments