Skip to content

Commit

Permalink
run bash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Dec 17, 2021
1 parent ad7636e commit 2187d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- name: Update Path for Windows
if: ${{ matrix.os == 'Windows' }}
shell: bash
run: echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH
- name: Configure Poetry
shell: bash
Expand Down

0 comments on commit 2187d1c

Please sign in to comment.