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 fe74d7a commit f76b74cCopy full SHA for f76b74c
3 files changed
.github/workflows/pytest.yaml
@@ -30,7 +30,7 @@ jobs:
30
# renovate: datasource=python-version depName=python versioning=python
31
python-version: "3.13.3"
32
# renovate: datasource=pypi depName=poetry versioning=pep440
33
- poetry-version: "2.3.2"
+ poetry-version: "2.3.4"
34
install-args: --all-extras
35
- name: Install root
36
run: poetry run pip install -e . --no-deps
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
working-directory: src
77
0 commit comments