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

@@ -33,7 +33,6 @@ install:
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
- SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
- "python -m pip install --upgrade pip"
- "pip install numpy" # TODO: remove this line after osqp wheel released
- "python -m pip install -r requirements.txt"
# Check that we have the expected version and architecture for Python
@@ -43,4 +42,4 @@ install:
build: off
test_script:
- "python -Wignore -m unittest discover tests"
- "pytest tests -Werror --durations=0"