Skip to content

Commit 8c560de

Browse files
committed
remove extra '|'
1 parent 515da8d commit 8c560de

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
@@ -23,7 +23,7 @@ concurrency:
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26-
env: |
26+
env:
2727
TRITON_INTERPRET: "1"
2828

2929
steps:

0 commit comments

Comments
 (0)