Skip to content

Commit 9c54337

Browse files
committed
[EN-1642] pytest instead of task
1 parent 62a1bc7 commit 9c54337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
os: [ubuntu-latest]
51-
python-version: [3.6, 3.7, 3.8]
51+
python-version: [3.7, 3.8]
5252

5353
runs-on: ${{ matrix.os }}
5454

@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272
- name: Run tests
7373
run: |
74-
task test
74+
pytest tests
7575
shell: bash
7676
- name: Generate doc
7777
run: |

0 commit comments

Comments
 (0)