mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
try to use python3.10 (#561)
* try to use python3.10 * try python3.10 * try python3.10
This commit is contained in:
4
.github/workflows/MacOS_CI.yml
vendored
4
.github/workflows/MacOS_CI.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user