Skip to content

Commit

Permalink
Add brew to PATH for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Oct 13, 2022
1 parent 9471340 commit 0c19dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
python-version: "3.8"

- name: Install brew
run: |
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
- name: Install python dependencies
run: |
python3 -m venv env
Expand Down

0 comments on commit 0c19dec

Please sign in to comment.