Skip to content

Commit

Permalink
Remove comments from clean phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 23, 2024
1 parent 9b66dde commit dc5eff7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ jobs:
# Clean up previous dependencies in order to avoid conflicts with brew
- name: Clean
run: |
# Uninstall NodeJS
brew uninstall --force --ignore-dependencies node
brew cleanup -s node
brew cleanup --prune-prefix
# Uninstall Python
brew uninstall --force --ignore-dependencies python
brew cleanup -s python
brew cleanup --prune-prefix
# Uninstall Ruby
brew uninstall --force --ignore-dependencies ruby
brew cleanup -s ruby
brew cleanup --prune-prefix
Expand Down

0 comments on commit dc5eff7

Please sign in to comment.