We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79717e0 commit a21df2fCopy full SHA for a21df2f
.github/workflows/test.yml
@@ -165,10 +165,10 @@ jobs:
165
touch ~/.bashrc
166
echo "\n[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh" || true" >> ~/.bash_profile
167
source ~/.bashrc
168
- - name: Install Fish shell
169
- run: |
170
- brew install sbt
171
- brew install fish
+ # - name: Install Fish shell
+ # run: |
+ # brew install sbt
+ # brew install fish
172
- name: Install Poetry
173
uses: snok/install-poetry@v1
174
with:
0 commit comments