mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
add requirements dir (#630)
* add requirements dir * add requirements dir * add requirements dir
This commit is contained in:
4
.github/workflows/MacOS_CI.yml
vendored
4
.github/workflows/MacOS_CI.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install numpy # cvxpy install workaround
|
||||
pip install -r requirements.txt
|
||||
#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