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 9e0b565 commit 5eff3dbCopy full SHA for 5eff3db
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Update pip
27
run: python -m pip install -U pip
28
- name: Set up Poetry
29
- uses: abatilo/actions-poetry@v3
+ uses: abatilo/actions-poetry@v4
30
- name: Install dependencies
31
run: poetry install
32
- name: Build
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- name: Run tests
0 commit comments