Skip to content

Commit

Permalink
Use virtual environment
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Jul 25, 2024
1 parent 9fabe12 commit 662c080
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
- name: Fetch dependencies
run: |
python3 --version
python3 -m pip install ivpm --user
python3 -m ivpm update -a
python3 -m venv trampoline
./trampoline/bin/python3 -m pip install ivpm
./trampoline/bin/python3 -m ivpm update -a
./packages/python/bin/python3 -m pip install cython setuptools wheel build twine
- name: Build wheel
env:
Expand Down

0 comments on commit 662c080

Please sign in to comment.