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 02978a1 commit c82b665Copy full SHA for c82b665
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
python-version: "3.9"
14
architecture: "x64"
15
- - uses: snok/install-poetry@v1.1.8
+ - uses: snok/install-poetry@v1.2.0
16
- run: poetry install
17
- run: poetry run black --check .
18
- run: poetry run isort . --check --diff
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-python@v2
30
31
python-version: ${{ matrix.python-version }}
32
33
34
- name: Test with tox
35
run: poetry run tox
0 commit comments