Skip to content

Commit 07ba51b

Browse files
committed
Disable moco notebook tests to fix CI
Signed-off-by: Timur Rvachov <[email protected]>
1 parent f10e02c commit 07ba51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/run_pytest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SKIP_SLOW=false
5757
ONLY_SLOW=false
5858
ALLOW_NO_TESTS=false
5959
# TODO(@cspades): Ignore this Evo2 notebook test, which has a tendency to leave a 32GB orphaned process in GPU.
60-
declare -a IGNORE_FILES=("sub-packages/bionemo-evo2/examples/fine-tuning-tutorial.ipynb")
60+
declare -a IGNORE_FILES=("sub-packages/bionemo-evo2/examples/fine-tuning-tutorial.ipynb", "sub-packages/bionemo-moco/examples/discrete_data_interpolant_tutorial.ipynb")
6161
error=false
6262

6363
# Parse command line arguments

0 commit comments

Comments
 (0)