Skip to content

Commit d5e8aaa

Browse files
committed
Use python -m to run pytest in CI
1 parent 04e1133 commit d5e8aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}-latest
1515
strategy:
1616
matrix:
17-
os: [Ubuntu, MacOS, Windows]
18-
python-version: [3.6, 3.7, 3.8, 3.9]
17+
os: [Ubuntu,]
18+
python-version: [3.9]
1919
exclude:
2020
- os: Windows
2121
python-version: 3.6
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Execute test suite
6868
shell: bash
69-
run: poetry run pytest tests/
69+
run: poetry run python -m pytest tests/

0 commit comments

Comments
 (0)