Skip to content

Commit

Permalink
Fix cache errors in CI
Browse files Browse the repository at this point in the history
This is due to the removed instruction `pipenv install --dev --deploy`
which normally created the correct files
  • Loading branch information
JasonGrace2282 committed May 16, 2024
1 parent 9603d59 commit 9305e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ jobs:
- name: Check Pipfile.lock
run: bash scripts/check_pipfile.sh

# Since we don't install dependencies, we have to have this
- name: Make dir for virtualenv
run: mkdir -p $HOME/.local/share/virtualenvs

0 comments on commit 9305e2c

Please sign in to comment.