Skip to content

Commit

Permalink
add venv
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrNamenlos123 committed Apr 21, 2024
1 parent 62e9dee commit 22c891f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ runs:
- name: Install Python deps
shell: bash
run: |
python3 -m venv ~/venv
source ~/venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
[ -f packages/$PACKAGE/requirements.txt ] && python3 -m pip install -r packages/$PACKAGE/requirements.txt || true
Expand Down

0 comments on commit 22c891f

Please sign in to comment.