Skip to content

Commit be0a925

Browse files
committed
test
1 parent 8451709 commit be0a925

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/reusable_tutorials.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ jobs:
4646
env:
4747
ALLOW_LATEST_GPYTORCH_LINOP: true
4848
run: |
49-
pip install uv
50-
uv pip install .[tutorials] --system
49+
# pip install uv
50+
# uv pip install .[tutorials] --system
51+
pip install .[tutorials]
5152
- name: Install Scipy
5253
run: |
53-
uv pip install scipy==${{ inputs.scipy_version }} --system
54+
# uv pip install scipy==${{ inputs.scipy_version }} --system
55+
pip install scipy==${{ inputs.scipy_version }}
5456
- name: Conda list
5557
shell: bash -el {0}
5658
run: conda list

0 commit comments

Comments
 (0)