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 24103af commit 6eb6c4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
env:
POETRY_VIRTUALENVS_IN_PROJECT: true

- name: Cache the virtualenv
uses: actions/cache@v2
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}

- name: Run pytest
run: |
python -m poetry run pytest -v --ruff --ruff-format
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 6eb6c4b

Please sign in to comment.