Skip to content

Commit

Permalink
fixup! fixup! Fix: Ubuntu 24.04 prevents global pip installs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 10, 2024
1 parent de75564 commit d12aeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Install the Python wheel
run: |
python3 -m venv /opt/install-venv
/opt/install-venv/bin/python3 -m pip install dist/aleph_client-*.whl
python3 -m venv /tmp/install-venv
/tmp/install-venv/bin/python3 -m pip install dist/aleph_client-*.whl

0 comments on commit d12aeae

Please sign in to comment.