venv fix?
This commit is contained in:
parent
7e73ff0b9e
commit
5a709b1e0b
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
python --version
|
||||
python -m venv .venv && source .venv/bin/activate
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
echo $VIRTUAL_ENV
|
||||
pip install -e .[testing] --disable-pip-version-check --no-cache-dir -q
|
||||
python -m pip list --format=columns --disable-pip-version-check
|
||||
- name: Run pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue