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 f47f14a commit 4fb09f5Copy full SHA for 4fb09f5
.github/workflows/pythonpackage.yml
@@ -20,7 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install poetry==1.0.2
+ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
24
+ python get-poetry.py --version 1.0.2
25
poetry install
26
- name: Lint with flake8
27
.github/workflows/release.yml
- name: Install Poetry
- name: Poetry - Set Version & Build
0 commit comments