Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 13, 2021
1 parent 76062d9 commit e2b0914
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:

- name: Install poetry
run: |
pip install -U pip
curl -sSL \
"https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py" | python -
"https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py" | python
echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
# Adding `poetry` to `$PATH`:
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
Expand Down

0 comments on commit e2b0914

Please sign in to comment.