Skip to content

Commit 7ffa837

Browse files
committed
GH actions: use python -m pytest
1 parent 99546f8 commit 7ffa837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
python${{ matrix.python-version }} -m piptools sync requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
3131
python${{ matrix.python-version }} -m pip install --no-deps .
3232
- name: Test modules
33-
run: pytest tests
33+
run: python${{ matrix.python-version }} -m pytest tests
3434
- name: Test example apps
3535
env:
3636
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
37-
run: pytest --color=yes --webdriver Chrome --headless crystal_toolkit/apps/examples/tests/
37+
run: python${{ matrix.python-version }} -m pytest --color=yes --webdriver Chrome --headless crystal_toolkit/apps/examples/tests/

0 commit comments

Comments
 (0)