Skip to content

Commit

Permalink
fix(test): [email protected] required by azure-cli dups
Browse files Browse the repository at this point in the history
Remove related files at the first time.
  • Loading branch information
5ouma committed Mar 8, 2024
1 parent 076db09 commit 3dabe65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/detail-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
if: ${{ matrix.os == 'macOS-13' || matrix.os == 'macOS-14' }}
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
rm -fv /Library/Frameworks/Python.framework/Versions/3.11/bin/{2to3-3.11,idle3.11,pydoc3.11,python3.11,python3.11-config}
rm -fv /Library/Frameworks/Python.framework/Versions/3.12/bin/{2to3-3.12,idle3.12,pydoc3.12,python3.12,python3.12-config}
- name: 📦 Skip mas
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: 🔨 Install tools via Homebrew
run: |
rm -fv /Library/Frameworks/Python.framework/Versions/3.11/bin/{2to3-3.11,idle3.11,pydoc3.11,python3.11,python3.11-config}
rm -fv /Library/Frameworks/Python.framework/Versions/3.12/bin/{2to3-3.12,idle3.12,pydoc3.12,python3.12,python3.12-config}
brew install atuin gitlint mackup mise pre-commit sheldon vim zoxide zsh
Expand Down

0 comments on commit 3dabe65

Please sign in to comment.