Skip to content

Commit

Permalink
add test Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Sep 18, 2024
1 parent 7eb417f commit b67dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Add Poetry to PATH
if: runner.os == 'Windows'
run: echo "C:\Users\runneradmin\AppData\Roaming\Python\Scripts" >> $env:GITHUB_PATH
run: echo "C:\Users\runneradmin\.local\bin" >> $env:GITHUB_PATH

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit b67dcd8

Please sign in to comment.