Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Nov 9, 2023
1 parent 0a9d655 commit 210e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Export path
shell: bash
run: |
/export PATH=/opt/python3.11/bin:$PATH
export PATH=/opt/python3.11/bin:$PATH
- name: Test with lit
shell: bash
run: |
Expand Down

0 comments on commit 210e35b

Please sign in to comment.