Skip to content

Commit eebe8bb

Browse files
authored
Update main.yml
1 parent 3861d1d commit eebe8bb

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,3 @@ jobs:
2323
poetry_version: 0.12.17
2424
working_directory: .
2525
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-
uses: abatilo/[email protected]
40-
with:
41-
python_version: 3.8.0
42-
poetry_version: 0.12.17
43-
working_directory: .
44-
args: run python -m pytest

0 commit comments

Comments
 (0)