Skip to content

Commit

Permalink
Append venv to path so venv is persistent across GH action cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent 015275e commit b8297d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python3 -m venv wailvenv
source wailvenv/bin/activate
python3 -m pip install screenshot
echo PATH=$PATH >> $GITHUB_ENV
- name: Run
working-directory: /Applications
run: |
Expand Down

0 comments on commit b8297d1

Please sign in to comment.