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 a5e0ef9 commit e44de6dCopy full SHA for e44de6d
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
shell: bash
37
run: |
38
python -m pip install poetry
39
- echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
+ echo "$HOME/.poetry/bin" >> $GITHUB_PATH
40
41
- name: Configure poetry
42
0 commit comments