We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfbe18 commit 958422fCopy full SHA for 958422f
1 file changed
.github/workflows/tests.yaml
@@ -30,15 +30,9 @@ jobs:
30
python_version: 3.8
31
poetry_version: 1.0
32
args: install
33
- - name: Lint
+ - name: Run matrix of tests with Tox
34
uses: abatilo/actions-poetry@v1.5.0
35
with:
36
37
38
- args: run pre-commit run --all-files
39
- - name: Run pytest
40
- uses: abatilo/actions-poetry@v1.5.0
41
- with:
42
- python_version: 3.8
43
- poetry_version: 1.0
44
- args: run pytest
+ args: run tox
0 commit comments