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 7ae2767 commit f47f14aCopy full SHA for f47f14a
.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 -r requirements.txt
+ pip install poetry==1.0.2
24
+ poetry install
25
- name: Lint with flake8
26
27
pip install flake8
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
- name: Install Poetry
- pip install poetry
poetry install
- name: Poetry - Set Version & Build
0 commit comments