Skip to content

Commit a03496e

Browse files
[patch] fix pytest stuck issue
1 parent da483b7 commit a03496e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
4747
python -m pip install --upgrade pip
4848
pip install .[dev]
49-
python -m pytest
49+
python -m pytest test/src
5050
5151
- name: Lint with flake8
5252
run: |

0 commit comments

Comments
 (0)