Skip to content

Commit 0df5b6b

Browse files
authored
Update unit tests workflow. (#2)
BUG=fix CI
1 parent 8533016 commit 0df5b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run Tests
4343
run: |
44-
run_tests.sh
44+
./run_tests.sh
4545
env:
4646
STABLEHLO_BYTECODE_FROM_PRETTYPRINT: 1
4747
CI: "true"

0 commit comments

Comments
 (0)