mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
github-actions: try setup install user
This commit is contained in:
parent
53eb31b88a
commit
522a79acbb
1 changed files with 1 additions and 7 deletions
8
.github/workflows/actions.yml
vendored
8
.github/workflows/actions.yml
vendored
|
|
@ -28,17 +28,11 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.version }}
|
||||
|
||||
- name: Setup virtual environment
|
||||
run: |
|
||||
python --version # this uses python3.12 instead of python3.X
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate # this will not work on widows
|
||||
|
||||
- name: Upgrade pip
|
||||
run: pip install --upgrade pip
|
||||
|
||||
- name: Install lib
|
||||
run: python setup.py develop
|
||||
run: python setup.py develop --user
|
||||
|
||||
- name: Run pytest
|
||||
run: pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue