mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-15 00:28:27 -05:00
Remove workaround codes for CI (#455)
* remove workaround codes * remove workaround codes * remove workaround codes
This commit is contained in:
2
.github/workflows/Linux_CI.yml
vendored
2
.github/workflows/Linux_CI.yml
vendored
@@ -21,10 +21,8 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
# TODO: remove numpy installation after fix cvxpy install issue
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install numpy
|
||||
python -m pip install -r requirements.txt
|
||||
- name: install coverage
|
||||
run: pip install coverage
|
||||
|
||||
2
.github/workflows/MacOS_CI.yml
vendored
2
.github/workflows/MacOS_CI.yml
vendored
@@ -23,10 +23,8 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
# TODO: remove numpy installation after fix cvxpy install issue
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install numpy
|
||||
pip install -r requirements.txt
|
||||
- name: install coverage
|
||||
run: pip install coverage
|
||||
|
||||
Reference in New Issue
Block a user