We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3c04d commit eb6e568Copy full SHA for eb6e568
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install Poetry
29
run: |
30
- python -m pip install poetry
+ python -m pip install 'poetry>=2.0.1'
31
32
- name: Run tests on ${{ matrix.os }}
33
run: nox --non-interactive --error-on-missing-interpreter --session "tests-${{ matrix.python-version }}" -- --full-trace
0 commit comments