Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 9, 2024
1 parent ed27288 commit b8cb1a4
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 @@ -21,7 +21,7 @@
import os

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

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

0 comments on commit b8cb1a4

Please sign in to comment.