We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a513b commit 1da7eb6Copy full SHA for 1da7eb6
.github/workflows/release.yml
@@ -19,7 +19,8 @@ jobs:
19
python-version: 3.7
20
- name: Install Poetry
21
run: |
22
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
+ python -m pip install --upgrade pip
23
+ pip install poetry
24
poetry install
25
- name: Poetry - Set Version & Build
26
0 commit comments