Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak committed Jan 29, 2025
1 parent ab10578 commit 5e223d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ jobs:
# pip install uv
# uv pip install .[tutorials] --system
conda activate test
conda install pytorch -c conda-forge
pip install .[tutorials]
- name: Install Scipy
shell: bash -el {0}
run: |
# uv pip install scipy==${{ inputs.scipy_version }} --system
conda activate test
pip install scipy==${{ inputs.scipy_version }}
# pip install scipy==${{ inputs.scipy_version }}
conda install scipy==${{ inputs.scipy_version }} -c conda-forge
- name: Conda list
shell: bash -el {0}
run: conda list
Expand Down

0 comments on commit 5e223d6

Please sign in to comment.