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 8a3d2c8 commit 2cc43cfCopy full SHA for 2cc43cf
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
27
- name: Set up Poetry
28
- uses: abatilo/actions-poetry@v3
+ uses: abatilo/actions-poetry@v4
29
with:
30
poetry-version: 1.8.4
31
@@ -82,7 +82,7 @@ jobs:
82
fetch-depth: 0
83
84
85
86
87
88
.github/workflows/deploy-docs.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: '3.11'
19
20
- name: Install poetry
21
22
23
- name: Setup a local virtual environment (if no poetry.toml file)
24
run: |
0 commit comments