try to use python3.10 (#561)

* try to use python3.10

* try python3.10

* try python3.10
This commit is contained in:
Atsushi Sakai
2022-05-07 16:04:39 +09:00
committed by GitHub
parent d74a91e062
commit b9345da036
7 changed files with 11 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [ '3.9' ]
python-version: [ '3.10' ]
name: Python ${{ matrix.python-version }} CI
steps:
- uses: actions/checkout@v2
@@ -32,8 +32,8 @@ jobs:
- name: Install dependencies
run: |
python --version
python -m pip install --upgrade pip
#pip install numpy # cvxpy install workaround
pip install -r requirements/requirements.txt
- name: do all unit tests
run: bash runtests.sh