Skip to content

Commit a21df2f

Browse files
committed
remove fish install on osx
1 parent 79717e0 commit a21df2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ jobs:
165165
touch ~/.bashrc
166166
echo "\n[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh" || true" >> ~/.bash_profile
167167
source ~/.bashrc
168-
- name: Install Fish shell
169-
run: |
170-
brew install sbt
171-
brew install fish
168+
# - name: Install Fish shell
169+
# run: |
170+
# brew install sbt
171+
# brew install fish
172172
- name: Install Poetry
173173
uses: snok/install-poetry@v1
174174
with:

0 commit comments

Comments
 (0)