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 c1142fe commit cebdcf9Copy full SHA for cebdcf9
.github/workflows/ci-linux.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Add Poetry to PATH
30
run: |
31
- echo "$PATH:$HOME/.poetry/bin" >> $GITHUB_ENV
+ echo "PATH=$PATH:$HOME/.poetry/bin" >> $GITHUB_ENV
32
33
- name: Install dependencies
34
.github/workflows/ci-mac.yml
0 commit comments