Remove workaround codes for CI (#455)

* remove workaround codes

* remove workaround codes

* remove workaround codes
This commit is contained in:
Atsushi Sakai
2021-01-06 21:34:45 +09:00
committed by GitHub
parent e30696a25f
commit 5efb8fd0af
4 changed files with 2 additions and 9 deletions

View File

@@ -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

View File

@@ -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