We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730d285 commit 4db35d2Copy full SHA for 4db35d2
1 file changed
.github/workflows/cd.yml
@@ -24,6 +24,8 @@ jobs:
24
- name: Install Poetry and dependencies
25
run: |
26
curl -sSL https://install.python-poetry.org | python3 -
27
+ export PATH="$HOME/.local/bin:$PATH"
28
+ poetry self update
29
pip install requests
30
31
- name: Build and publish main package
0 commit comments