Skip to content

Commit

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

0 comments on commit 9ccec62

Please sign in to comment.