Skip to content

Commit

Permalink
Update unit-testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
froukje authored May 27, 2024
1 parent 8180f25 commit c9c2eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock', '**/pyproject.toml') }}

- name: Install dependencies
if: steps.venv-cache.outputs.cache-hit != 'true'
run: poetry install --no-interaction --extras all_models

- name: Run tests
run: poetry run pytest
run: poetry run pytest

0 comments on commit c9c2eb1

Please sign in to comment.