File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 2929 - name : Update pip
3030 shell : bash -l {0}
3131 run : python -m pip install --upgrade pip
32- - name : Install uv
33- shell : bash -l {0}
34- run : curl -LsSf https://astral.sh/uv/install.sh | sh
3532 - name : Install torchforge
3633 shell : bash -l {0}
37- run : uv sync
34+ run : pip install uv && uv sync
3835 - name : Install docs dependencies
3936 shell : bash -l {0}
4037 run : python -m pip install -r docs/requirements.txt
Original file line number Diff line number Diff line change 3838 - name : Update pip
3939 run : python -m pip install --upgrade pip
4040 - name : Install torchforge
41- run : uv sync
41+ run : pip install uv && uv sync
4242 - name : Run unit tests with coverage
4343 # TODO add all tests
4444 run : pytest tests/unit_tests --cov=. --cov-report=xml --durations=20 -vv
You can’t perform that action at this time.
0 commit comments