Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 22, 2024
1 parent ff2e2bb commit 3f8fb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_gpu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import os

SKIP_FILE = os.path.abspath(
os.path.join(os.path.dirname(__file__), "skip_tests_h100_pytorch.yaml")
os.path.join(os.path.dirname(__file__), SKIP_FILE_NAME)
)

with open(SKIP_FILE, "r") as f:
Expand Down

0 comments on commit 3f8fb01

Please sign in to comment.