Skip to content

Commit

Permalink
this will do
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 16, 2024
1 parent a0fea0e commit 0d2b5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
uses: snok/install-poetry@v1

- name: Install dependencies
run: poetry install
run: poetry install --with dev

- name: Test with pytest
run: |
# Github action runners now have 4 cores
poetry run pytest -s -v -n 4 --cov --cov-report xml:coverage-report/coverage.xml
poetry run pytest tests -s -v -n 4 --cov --cov-report xml:coverage-report/coverage.xml
- name: Upload coverage report artifact to be used by Codecov
# only upload if matrix.os is ubuntu-latest and matrix.python-version is 3.12
Expand Down

0 comments on commit 0d2b5fc

Please sign in to comment.