Skip to content

Commit 4518dbc

Browse files
committed
fix yaml format
1 parent e8f1900 commit 4518dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Test with pytest
5959
env: |
60-
TRITON_INTERPRET=1
60+
TRITON_INTERPRET: "1"
6161
run: |
6262
cd triton_viz
6363
python -m pytest tests

0 commit comments

Comments
 (0)