We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1062c72 commit 535c75eCopy full SHA for 535c75e
1 file changed
.github/workflows/UnitTests.yml
@@ -50,7 +50,7 @@ jobs:
50
ruff check .
51
- name: PyTest
52
run: |
53
- HF_HUB_CACHE=/mnt/disks/github-runner-disk/ HF_HOME=/mnt/disks/github-runner-disk/ python3 -m pytest -x --deselect=maxdiffusion/src/maxdiffusion/tests/ltx_transformer_step_test.py
+ HF_HUB_CACHE=/mnt/disks/github-runner-disk/ HF_HOME=/mnt/disks/github-runner-disk/ python3 -m pytest -x --deselect=src/maxdiffusion/tests/ltx_transformer_step_test.py
54
# add_pull_ready:
55
# if: github.ref != 'refs/heads/main'
56
# permissions:
0 commit comments