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 a53550a commit b85f5e0Copy full SHA for b85f5e0
.github/workflows/_e2e_tests.yml
@@ -6,7 +6,7 @@ on:
6
workflow_call:
7
env:
8
python-version: 3.9.18
9
- poetry-version: "2.1.3"
+ poetry-version: "2.1.4"
10
# required to get access to use a cached poetry venv in "/home/runner/.cache/pypoetry/virtualenvs"
11
POETRY_VIRTUALENVS_IN_PROJECT: false
12
working-directory: e2e
.github/workflows/_quality-python.yml
@@ -12,7 +12,7 @@ env:
13
14
python-version: "3.9.18"
15
16
jobs:
17
code-quality:
18
defaults:
0 commit comments