Skip to content

Commit a1558fc

Browse files
committed
removed symlink for /bin/bash
1 parent 036912d commit a1558fc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/periodic_tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
run: |
5757
brew install bash
5858
/opt/homebrew/bin/bash --version
59-
sudo ln -sf /opt/homebrew/bin/bash /bin/bash
60-
bash --version
6159
6260
- name: Setup Python 3.10
6361
uses: actions/setup-python@v5

.github/workflows/pr_examples.yml

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
run: |
3030
brew install bash
3131
/opt/homebrew/bin/bash --version
32-
sudo ln -sf /opt/homebrew/bin/bash /bin/bash
33-
bash --version
3432
3533
- name: Setup Python 3.10
3634
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)