Skip to content

Commit

Permalink
Update reusable_tutorials.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saitcakmak authored Jan 6, 2025
1 parent 24f0b3b commit 85bab06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Fetch all history for all tags and branches
# We need to do this so setuptools_scm knows how to set the BoTorch version.
run: git fetch --prune --unshallow
- name: Install numpy & scipy
run: conda install numpy scipy
- if: ${{ !inputs.use_stable_pytorch_gpytorch }}
name: Install latest PyTorch & GPyTorch
run: |
Expand All @@ -61,7 +63,6 @@ jobs:
ALLOW_LATEST_GPYTORCH_LINOP: true
run: |
pip install .[tutorials]
conda install numpy
- if: ${{ !inputs.use_stable_ax }}
name: Install latest Ax
env:
Expand Down

0 comments on commit 85bab06

Please sign in to comment.