Don’t create a venv

pull/388/head
Wyatt Stanke 11 months ago committed by GitHub
parent 84050858a5
commit 713d65b3d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,5 +33,5 @@ runs:
path: ~/.local
key: poetry-local-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
- name: Install dependencies
run: poetry install
run: POETRY_VIRTUALENVS_CREATE=false poetry install
shell: bash

Loading…
Cancel
Save