Skip to content

Commit

Permalink
Attempt to install venv...differently
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 4, 2024
1 parent cb6e5ad commit 6f0bad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: ${{ github.ref }}
- name: Activate virtualenv
run: |
pip3 install virtualenv
python3 -m pip3 install virtualenv
virtualenv -p python3 ./wailenv
source wailenv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
Expand Down

0 comments on commit 6f0bad1

Please sign in to comment.