We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861158c commit f3c4cf8Copy full SHA for f3c4cf8
2 files changed
.github/workflows/test_latest_python.yaml
@@ -21,7 +21,7 @@ jobs:
21
allow-prereleases: true
22
23
- name: Install Poetry and pre-commit 💈
24
- run: pip install poetry==1.8.5 pre-commit
+ run: pip install poetry==2.2.1 pre-commit
25
26
- name: Install dependencies 🛠
27
run: poetry install
.github/workflows/tests.yaml
python-version: ${{ matrix.python-version }}
0 commit comments