We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94a7a39 + 3c1dd20 commit 9d42333Copy full SHA for 9d42333
.github/workflows/ci.yml
@@ -105,6 +105,7 @@ jobs:
105
run: |
106
python -m pip install --upgrade pip
107
pip install poetry
108
+ poetry install
109
110
- name: Build wheels and source tarball
111
.github/workflows/release.yml
@@ -37,6 +37,7 @@ jobs:
37
38
39
40
41
42
- name: Push tag
43
0 commit comments