Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-es committed Apr 2, 2024
1 parent 6dbaecd commit 6cd5d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
run: pip install poetry

- name: Install dependencies
run: $HOME/.poetry/bin/poetry install -v
run: python -m poetry install -v
env:
POETRY_VIRTUALENVS_IN_PROJECT: true

- name: Run pytest
run: |
$HOME/.poetry/bin/poetry run pytest -v --ruff --ruff-format
python -m poetry run pytest -v --ruff --ruff-format

0 comments on commit 6cd5d66

Please sign in to comment.