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 f0db1e5 commit be5ed3bCopy full SHA for be5ed3b
.github/workflows/ruff.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: '3.10'
30
31
- name: Install Poetry
32
- uses: Gr1N/setup-poetry@v8
+ uses: Gr1N/setup-poetry@v9
33
34
- name: Install library and dependencies
35
run: |
.github/workflows/unit_tests.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python-version }}
37
38
39
40
41
42
0 commit comments