Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Aug 7, 2023
1 parent 94836ca commit bd2fa07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Install test requirements
run: pip install .[test]

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --no-interaction --no-root --all-extras
- name: Run tests
run: |
pytest tests/

0 comments on commit bd2fa07

Please sign in to comment.