diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e13ef15..b8a3f02c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/runner/.local/share/virtualenvs