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 5269fe8 commit 81dc16cCopy full SHA for 81dc16c
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
architecture: x64
24
25
- name: Install Poetry
26
- uses: Gr1N/setup-poetry@v2
+ uses: Gr1N/setup-poetry@v4
27
28
# - name: Code Quality
29
# run: poetry run black . --check
@@ -32,4 +32,4 @@ jobs:
32
run: poetry install
33
34
- name: Test with pytest
35
- run: poetry run pytest
+ run: poetry run pytest
.github/workflows/mkdocs.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: 3.7
20
21
22
- name: Deploy docs (1)
run: |
0 commit comments