Skip to content

Commit de555ef

Browse files
committed
pthon 3.11
Signed-off-by: Tung D. Le <[email protected]>
1 parent e7a86fe commit de555ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/macos-amd64-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
- uses: actions/setup-python@v4
1313
with:
1414
python-version: '3.11'
15-
- name: remove system python
16-
run: |
17-
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* || true
1815
- name: install tools that are needed for compilation
1916
run: |
2017
brew install automake libtool ninja pybind11

0 commit comments

Comments
 (0)