replace now-disabled set-env command (#172)

thanks @abn
This commit is contained in:
Tim Schmidt 2020-11-21 14:42:50 +01:00 committed by GitHub
parent a5e0ef910f
commit e44de6da06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ jobs:
shell: bash
run: |
python -m pip install poetry
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Configure poetry
shell: bash