We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8451709 commit be0a925Copy full SHA for be0a925
.github/workflows/reusable_tutorials.yml
@@ -46,11 +46,13 @@ jobs:
46
env:
47
ALLOW_LATEST_GPYTORCH_LINOP: true
48
run: |
49
- pip install uv
50
- uv pip install .[tutorials] --system
+ # pip install uv
+ # uv pip install .[tutorials] --system
51
+ pip install .[tutorials]
52
- name: Install Scipy
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 }}
56
- name: Conda list
57
shell: bash -el {0}
58
run: conda list
0 commit comments