Skip to content

Commit d02db17

Browse files
authored
Temporary fix for CI (#1411)
* Temporary fix for CI * Missing install
1 parent bf85957 commit d02db17

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packaging/build_wheel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export BUILD_TYPE=wheel
88
setup_env 0.5.0
99
setup_wheel_python
1010
pip_install numpy pyyaml future ninja
11+
# TODO remove after https://github.com/pytorch/pytorch/pull/27282 gets merged
12+
pip_install six
1113
setup_pip_pytorch_version
1214
python setup.py clean
1315
IS_WHEEL=1 python setup.py bdist_wheel

packaging/torchvision/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ requirements:
1313
- python
1414
- setuptools
1515
- av
16+
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
1617
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT') }}
1718
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
1819
{{ environ.get('CONDA_CPUONLY_FEATURE') }}
@@ -23,6 +24,7 @@ requirements:
2324
- numpy >=1.11
2425
- six
2526
- av
27+
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
2628
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
2729
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
2830

@@ -50,6 +52,7 @@ test:
5052
- av
5153
- ca-certificates
5254
- typing
55+
- six # TODO remove me, only until https://github.com/pytorch/pytorch/pull/27282 gets merged
5356
commands:
5457
pytest .
5558

0 commit comments

Comments
 (0)