Skip to content

Commit 82ce060

Browse files
chore: update Poetry (#6)
1 parent cdf8cf9 commit 82ce060

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
miniforge-version: latest
3434

3535
- name: Install poetry
36-
run: conda install poetry=1.6.1
36+
run: conda install poetry=1.8.2
3737

3838
- name: Configure poetry
3939
run: poetry config virtualenvs.in-project true

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
{"python": "3.11", "poetry": "1.4.0"},
2020
{"python": "3.11", "poetry": "1.5.1"},
2121
{"python": "3.12", "poetry": "1.6.1"},
22+
{"python": "3.12", "poetry": "1.7.1"},
23+
{"python": "3.12", "poetry": "1.8.2"},
2224
],
2325
ids=lambda param: f"python-{param['python']}-poetry-{param['poetry']}",
2426
)

0 commit comments

Comments
 (0)