We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3320ea commit c1142feCopy full SHA for c1142fe
.github/workflows/ci-linux.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Add Poetry to PATH
30
run: |
31
- echo "$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
+ echo "$PATH:$HOME/.poetry/bin" >> $GITHUB_ENV
32
33
- name: Install dependencies
34
.github/workflows/ci-mac.yml
0 commit comments