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 3861d1d commit eebe8bbCopy full SHA for eebe8bb
.github/workflows/main.yml
@@ -23,22 +23,3 @@ jobs:
23
poetry_version: 0.12.17
24
working_directory: .
25
args: run flake8 ./clammy
26
- pytest:
27
- name: pytest
28
- runs-on: ubuntu-latest
29
- steps:
30
- - uses: actions/checkout@master
31
- - name: Install
32
- uses: abatilo/[email protected]
33
- with:
34
- python_version: 3.8.0
35
- poetry_version: 0.12.17
36
- working_directory: .
37
- args: install
38
- - name: Run pytest
39
40
41
42
43
44
- args: run python -m pytest
0 commit comments