Skip to content

Commit eb6e568

Browse files
committed
Hard require poetry >=2.0.1 in CI
1 parent fb3c04d commit eb6e568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Install Poetry
2929
run: |
30-
python -m pip install poetry
30+
python -m pip install 'poetry>=2.0.1'
3131
3232
- name: Run tests on ${{ matrix.os }}
3333
run: nox --non-interactive --error-on-missing-interpreter --session "tests-${{ matrix.python-version }}" -- --full-trace

0 commit comments

Comments
 (0)