Skip to content

Commit

Permalink
github-actions: try setup install user
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Dec 1, 2023
1 parent 53eb31b commit 522a79a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 522a79a

Please sign in to comment.