Skip to content

Commit 1676e83

Browse files
committed
CI-unixish.yml: removed installation of python3 as it is already part of the image
1 parent 1808fa9 commit 1676e83

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
run: |
4848
brew install coreutils
4949
50-
- name: Install missing software on macos
51-
if: contains(matrix.os, 'macos')
52-
run: |
53-
brew install python3
54-
5550
- name: Install missing Python packages
5651
run: |
5752
python3 -m pip config set global.break-system-packages true

0 commit comments

Comments
 (0)