Skip to content

Commit

Permalink
use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 7, 2024
1 parent 313529e commit 6ace021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ runs:
run: |
set -e
sudo apt-get update
python -m venv action_venv
. venv/bin/activate
pip3 install -r ${{ github.action_path }}/requirements.txt
# Build!
Expand Down

0 comments on commit 6ace021

Please sign in to comment.