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 1345e15 commit 8238d04Copy full SHA for 8238d04
.github/workflows/test.yml
@@ -15,15 +15,15 @@ permissions:
15
contents: read
16
17
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
18
- POETRY_VERSION: "1.5.1"
+ POETRY_VERSION: "1.6.1"
19
20
jobs:
21
test-generated-project:
22
runs-on: ubuntu-latest
23
timeout-minutes: 30
24
strategy:
25
matrix:
26
- python-version: [3.9]
+ python-version: ['3.11']
27
28
steps:
29
- uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
@@ -79,4 +79,3 @@ jobs:
79
poetry run pytest
80
poetry run poetry check
81
poetry run pip check
82
- poetry run safety check --full-report || true
0 commit comments