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 cdf8cf9 commit 82ce060Copy full SHA for 82ce060
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
miniforge-version: latest
34
35
- name: Install poetry
36
- run: conda install poetry=1.6.1
+ run: conda install poetry=1.8.2
37
38
- name: Configure poetry
39
run: poetry config virtualenvs.in-project true
tests/conftest.py
@@ -19,6 +19,8 @@
19
{"python": "3.11", "poetry": "1.4.0"},
20
{"python": "3.11", "poetry": "1.5.1"},
21
{"python": "3.12", "poetry": "1.6.1"},
22
+ {"python": "3.12", "poetry": "1.7.1"},
23
+ {"python": "3.12", "poetry": "1.8.2"},
24
],
25
ids=lambda param: f"python-{param['python']}-poetry-{param['poetry']}",
26
)
0 commit comments