File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
3838 run : |
39- python -m pip install --upgrade pip
40- pip install -e .[dev]
39+ python3 -m pip install --upgrade pip
40+ python3 -m pip install --no-cache-dir -e .[dev]
4141 - name : Run unit test
4242 run : ./runtest.sh
4343
5656 python-version : ${{ matrix.python-version }}
5757 - name : Install dependencies
5858 run : |
59- python -m pip install --upgrade pip
60- pip install -e .[dev]
61- pip install build twine torch torchvision
59+ python3 -m pip install --upgrade pip
60+ python3 -m pip install --no-cache-dir -e .[dev]
61+ python3 -m pip install --no-cache-dir build twine torch torchvision
6262 - name : Run wheel build
6363 run : python3 -m build --wheel
You can’t perform that action at this time.
0 commit comments