Skip to content

Commit

Permalink
Oops, forgot to install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Dec 22, 2023
1 parent 2707486 commit 028c1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/load-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

- name: Maybe install dependencies
if: steps.cache-venv.outputs.cache-hit != 'true'
run: poetry install --no-root

- name: Run script loadcheck.py
run: |
poetry run python .github/workflows/scripts/loadcheck.py
Expand Down

0 comments on commit 028c1d8

Please sign in to comment.