We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb936ee commit e7a86feCopy full SHA for e7a86fe
.github/workflows/macos-amd64-build.yml
@@ -11,16 +11,13 @@ jobs:
11
submodules: recursive
12
- uses: actions/setup-python@v4
13
with:
14
- python-version: '3.10'
+ 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
18
- name: install tools that are needed for compilation
19
20
brew install automake libtool ninja pybind11
21
- - name: install setuptools
22
- run: |
23
- python3 -m pip --break-system-packages install setuptools
24
- name: install protobuf
25
26
cd ~/work
0 commit comments