Update to python 3.10
This commit is contained in:
parent
145d981328
commit
a0baee815f
|
@ -163,10 +163,10 @@ jobs:
|
|||
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup python 3.8
|
||||
- name: Setup python 3.10
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.10'
|
||||
- name: Install packages
|
||||
run:
|
||||
brew install pkg-config ninja automake autoconf
|
||||
|
|
Loading…
Reference in New Issue