Skip to content

Commit

Permalink
fix(ci): wrong commands for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoferretti committed Nov 7, 2024
1 parent 3d1e151 commit 8c90f7c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install --with test
- name: Lint with Ruff
run: |
pip install ruff
ruff --format=github --target-version=py310 .
continue-on-error: true
- name: Test with pytest
run: |
coverage run -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m
poetry run pytest

0 comments on commit 8c90f7c

Please sign in to comment.