We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd6a34 commit 839edcdCopy full SHA for 839edcd
.github/workflows/constraints.txt
@@ -1,3 +1,3 @@
1
pip==22.3.1
2
-poetry==1.2.2
+poetry==1.3.0
3
virtualenv==20.17.1
.github/workflows/integration.yml
@@ -32,11 +32,8 @@ jobs:
32
33
- name: Install Poetry
34
run: |
35
- python -m pip install --upgrade pip
36
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
37
- python -m pip install --upgrade poetry
38
poetry --version
39
- poetry install
40
41
- name: Install dependencies
42
run: poetry install
0 commit comments