File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ jobs:
104
104
105
105
- name : Install test dependencies
106
106
run : |
107
- python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
108
107
# Ideally we would find a way to get those dependencies from pyproject.toml
109
108
python -m pip install numpy pytest pillow
110
109
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ jobs:
103
103
104
104
- name : Install test dependencies
105
105
run : |
106
- python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
107
106
python -m pip install numpy pytest pillow
108
107
109
108
- name : Delete the src/ folder just for fun
Original file line number Diff line number Diff line change 42
42
run : |
43
43
# Note that we're installing stable - this is for running a script where we're a normal PyTorch
44
44
# user, not for building TorhCodec.
45
- python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
45
+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
46
46
python -m pip install numpy pillow
47
47
48
48
- name : Check out repo
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ pip install -e ".[dev]" --no-build-isolation -vv
48
48
49
49
### Running unit tests
50
50
51
- To run python tests run (please make sure ` torchvision ` is installed) :
51
+ To run python tests run:
52
52
53
53
``` bash
54
54
pytest test -vvv
You can’t perform that action at this time.
0 commit comments