Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes authored Jul 25, 2023
1 parent 11d536c commit 44b14ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,12 @@ jobs:
# Environment variabls are not normally preserved between steps, so the source file is necessary
touch env.source
- name: Remove the old Python version
run: |
source env.source
rm -rf /usr/local/Frameworks/Python.framework/
rm -rf /Library/Frameworks/Python.framework
- name: Update Brew (MacOS)
if: matrix.platform == 'macos-latest'
run: |
Expand Down

0 comments on commit 44b14ad

Please sign in to comment.