File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3030 key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
3131 - name : Install dependencies
3232 run : |
33- pip install torch grpcio protobuf --index-url https://download.pytorch.org/whl/cpu
33+ pip install torch --index-url https://download.pytorch.org/whl/cpu
34+ pip install grpcio protobuf
3435 pip install -e ".[tests]" --progress-bar off
3536 - name : Test with pytest
3637 run : |
6061 - name : Install dependencies
6162 run : |
6263 python -m pip install --upgrade pip setuptools
63- pip install torch grpcio protobuf --index-url https://download.pytorch.org/whl/cpu
64+ pip install torch --index-url https://download.pytorch.org/whl/cpu
65+ pip install grpcio protobuf
6466 pip install -e .
6567 pip install -r docs/requirements.txt
6668 - name : Build the docs
You can’t perform that action at this time.
0 commit comments