Skip to content

Commit

Permalink
Ignore deps in cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 22, 2024
1 parent 78ffc35 commit c6bb352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Clean
run: |
# Uninstall NodeJS
brew uninstall --force node
brew uninstall --force --ignore-dependencies node
brew unlink node
sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,include,share/man}/{npm*,node*,corepack*,man1/node*}
# Uninstall Python
brew uninstall --force python
brew uninstall --force --ignore-dependencies python
brew unlink python
sudo rm -rf /usr/local/bin/python3*
# Clean brew
Expand Down

0 comments on commit c6bb352

Please sign in to comment.