Unverified Commit d02db177 authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Temporary fix for CI (#1411)

* Temporary fix for CI

* Missing install
parent bf859579
...@@ -8,6 +8,8 @@ export BUILD_TYPE=wheel ...@@ -8,6 +8,8 @@ export BUILD_TYPE=wheel
setup_env 0.5.0 setup_env 0.5.0
setup_wheel_python setup_wheel_python
pip_install numpy pyyaml future ninja pip_install numpy pyyaml future ninja
# TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged
pip_install six
setup_pip_pytorch_version setup_pip_pytorch_version
python setup.py clean python setup.py clean
IS_WHEEL=1 python setup.py bdist_wheel IS_WHEEL=1 python setup.py bdist_wheel
...@@ -13,6 +13,7 @@ requirements: ...@@ -13,6 +13,7 @@ requirements:
- python - python
- setuptools - setuptools
- av - av
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }} {{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
{{ environ.get('CONDA_CPUONLY_FEATURE') }} {{ environ.get('CONDA_CPUONLY_FEATURE') }}
...@@ -23,6 +24,7 @@ requirements: ...@@ -23,6 +24,7 @@ requirements:
- numpy >=1.11 - numpy >=1.11
- six - six
- av - av
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
...@@ -50,6 +52,7 @@ test: ...@@ -50,6 +52,7 @@ test:
- av - av
- ca-certificates - ca-certificates
- typing - typing
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
commands: commands:
pytest . pytest .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment