Skip to content

Commit 535c75e

Browse files
committed
exclude test
1 parent 1062c72 commit 535c75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ruff check .
5151
- name: PyTest
5252
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
53+
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
5454
# add_pull_ready:
5555
# if: github.ref != 'refs/heads/main'
5656
# permissions:

0 commit comments

Comments
 (0)