Skip to content

Commit 345e3df

Browse files
committed
Exclude tests that require large checkpoints
1 parent 0b7b12f commit 345e3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: uv sync --all-extras --dev
2424

2525
- name: Run tests
26-
run: uv run pytest src scripts
26+
run: uv run pytest src scripts --ignore=src/openpi/policies/policy_test.py --ignore=src/openpi/models/model_test.py --ignore=src/openpi/policies/policy_config_test.py --ignore=src/openpi/models/exported_test.py

0 commit comments

Comments
 (0)