mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 13:26:22 +02:00
github actions: add python venv to prevent permission error
This commit is contained in:
parent
705a66ae89
commit
69f0fe5d2f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/actions.yml
vendored
5
.github/workflows/actions.yml
vendored
|
|
@ -28,6 +28,11 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.version }}
|
||||
|
||||
- name: Setup virtual environment
|
||||
run: |
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate # this will not work on widows
|
||||
|
||||
- name: Upgrade pip
|
||||
run: pip install --upgrade pip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue