Skip to content

Commit

Permalink
find pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Apr 16, 2024
1 parent ad8e6ef commit ea9024e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install package dependencies
run: |
python -m pip install --upgrade --user pip --quiet
python -m pip install .["tests"]
python -m pip install .["stempeg"]
python --version
pip --version
python -m pip list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
PY_COLORS: "1"
run: |
python -m "pytest tests/" -v -x
pytest tests -vv
- name: CLI tests
run: |
Expand Down

0 comments on commit ea9024e

Please sign in to comment.