We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd09fe commit fad8be1Copy full SHA for fad8be1
1 file changed
.github/workflows/UnitTests.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: PyTest
58
run: | #--deselect=src/maxdiffusion/tests/input_pipeline_interface_test.py
59
export LIBTPU_INIT_ARGS='--xla_tpu_scoped_vmem_limit_kib=65536'
60
- HF_HUB_CACHE=/mnt/disks/github-runner-disk/ HF_HOME=/mnt/disks/github-runner-disk/ TOKENIZERS_PARALLELISM=false python3 -m pytest --deselect=src/maxdiffusion/tests/ltx_transformer_step_test.py -x
+ HF_HUB_CACHE=/mnt/disks/github-runner-disk/ HF_HOME=/mnt/disks/github-runner-disk/ TOKENIZERS_PARALLELISM=false python3 -m pytest --ignore=src/maxdiffusion/kernels/ --deselect=src/maxdiffusion/tests/ltx_transformer_step_test.py -x
61
# add_pull_ready:q
62
# if: github.ref != 'refs/heads/main'
63
# permissions:
0 commit comments