Skip to content

Commit 515da8d

Browse files
committed
fix yaml 2.0
1 parent 4518dbc commit 515da8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ concurrency:
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26+
env: |
27+
TRITON_INTERPRET: "1"
2628
2729
steps:
2830
- uses: actions/checkout@v3
@@ -56,8 +58,6 @@ jobs:
5658
pip install -e .
5759
5860
- name: Test with pytest
59-
env: |
60-
TRITON_INTERPRET: "1"
6161
run: |
6262
cd triton_viz
6363
python -m pytest tests

0 commit comments

Comments
 (0)