Skip to content

Commit d85eb1b

Browse files
authored
Merge pull request #935 from kiwix/revert-macos-ci-fix
Revert "Unlink and remove some linked python3 files"
2 parents 98853a0 + 41a1124 commit d85eb1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Install packages
1919
run: |
2020
brew update
21-
brew unlink python3
22-
# upgrade from [email protected]_1 to [email protected] fails to overwrite those
23-
rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.11 /usr/local/bin/idle3 /usr/local/bin/idle3.11 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.11 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.11 /usr/local/bin/python3.11-config
2421
brew install pkg-config ninja meson
2522
2623
- name: Install dependencies
@@ -141,4 +138,4 @@ jobs:
141138
if: startsWith(matrix.target, 'native_')
142139
uses: codecov/codecov-action@v3
143140
with:
144-
token: ${{ secrets.CODECOV_TOKEN }}
141+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)