Skip to content

Commit

Permalink
github: action: Fix: Alpine 3.19 integration - Need venv
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and patrickelectric committed Mar 1, 2024
1 parent 0e8f29b commit 45114e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Expand Up @@ -166,8 +166,10 @@ jobs:
githubToken: ${{ github.token }}
install: |
apk add py3-pip
pip3 install -U pip
run: |
python3 -m venv ./venv
. ./venv/bin/activate
pip3 install -U pip
pip3 install bluerobotics_navigator --no-index --find-links dist/ --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 45114e6

Please sign in to comment.