Skip to content

Commit 0ae0b1f

Browse files
author
Allen Wang
committed
fix again
1 parent 34dd03f commit 0ae0b1f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ jobs:
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

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)