Skip to content

Commit 1a488e6

Browse files
authored
Try different pytest invocation. (#587)
1 parent 074de3a commit 1a488e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run unit tests with pytest / pytest-copie
4242
run: |
4343
git config --global init.defaultBranch main
44-
python -m pytest --python_version ${{ matrix.python-version }}
44+
python -m pytest tests --python_version ${{ matrix.python-version }}
4545
- name: Send status to Slack app
4646
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
4747
id: slack

.github/workflows/testing-and-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Run unit tests with pytest / pytest-copie
3737
run: |
3838
git config --global init.defaultBranch main
39-
python -m pytest --python_version ${{ matrix.python-version }}
39+
python -m pytest tests --python_version ${{ matrix.python-version }}

0 commit comments

Comments
 (0)