We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011e330 commit a34c6b2Copy full SHA for a34c6b2
.github/workflows/pypi-publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Set Poetry config
44
run: |
45
- pip install --upgrade pip python poetry
+ pip install --upgrade pip poetry
46
poetry config virtualenvs.in-project false
47
poetry config virtualenvs.path ~/.virtualenvs
48
poetry export --dev --without-hashes -o requirements.txt
0 commit comments