Skip to content

Commit e2b0914

Browse files
committed
Fixes CI
1 parent 76062d9 commit e2b0914

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818

1919
- name: Install poetry
2020
run: |
21-
pip install -U pip
22-
2321
curl -sSL \
24-
"https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py" | python -
22+
"https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py" | python
2523
26-
echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
24+
# Adding `poetry` to `$PATH`:
25+
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
2726
2827
- name: Install dependencies
2928
run: |

0 commit comments

Comments
 (0)