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 0ed7def commit 7567479Copy full SHA for 7567479
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Setup Poetry
26
- uses: abatilo/actions-poetry@v2.0.0
+ uses: abatilo/actions-poetry@v2
27
- name: Install pypi deps
28
run: poetry install
29
- name: Style lint
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
30
31
32
33
- name: Unit tests
0 commit comments