Skip to content

Commit

Permalink
Swap pip3 for virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Sep 4, 2024
1 parent f139de7 commit 8848456
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Install environment isolator
run: apt install pipx
- name: Activate virtualenv
run: |
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pipx install screenshot
run: pip3 install screenshot
- name: Run
working-directory: /Applications
run: |
Expand Down

0 comments on commit 8848456

Please sign in to comment.