Skip to content

Commit

Permalink
try using set-env
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 10, 2020
1 parent 1291796 commit 7dc362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py --preview -y
echo "source $HOME/.poetry/env" >> ~/.bashrc
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
- name: Configure poetry
shell: bash
Expand Down

0 comments on commit 7dc362c

Please sign in to comment.