Skip to content

Commit

Permalink
typo pytest no -n
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 12, 2024
1 parent 50c3f39 commit 6cbf2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: Test package
run: |
pip install --upgrade --no-cache-dir --force-reinstall jupyter_client ipykernel ipython tornado
pytest auto -rA -c pyproject.toml --cov-report term-missing --cov=matpower --nbmake
pytest -rA -c pyproject.toml --cov-report term-missing --cov=matpower --nbmake
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Test package
run: |
pip install --upgrade --no-cache-dir --force-reinstall jupyter_client ipykernel ipython tornado
pytest auto -rA -c pyproject.toml --cov-report term-missing --cov=matpower --nbmake
pytest -rA -c pyproject.toml --cov-report term-missing --cov=matpower --nbmake
deploy:
needs: build
Expand Down

0 comments on commit 6cbf2a6

Please sign in to comment.