diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 86a2933be93..d56a123617c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -24,6 +24,7 @@ jobs: - name: Install dependencies env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | # use latest Botorch pip install git+https://github.com/cornellius-gp/gpytorch.git @@ -76,6 +77,7 @@ jobs: - name: Install dependencies env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | # use latest Botorch pip install git+https://github.com/cornellius-gp/gpytorch.git diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index fcf7a65bbae..1b85039d15c 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -40,6 +40,7 @@ jobs: - name: Install dependencies (full requirements, Botorch main) env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | pip install git+https://github.com/cornellius-gp/gpytorch.git pip install git+https://github.com/pytorch/botorch.git @@ -48,6 +49,7 @@ jobs: - name: Install dependencies (minimal requirements, Botorch main) env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | pip install git+https://github.com/cornellius-gp/gpytorch.git pip install git+https://github.com/pytorch/botorch.git @@ -79,6 +81,7 @@ jobs: - name: Install dependencies env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | # use latest BoTorch pip install git+https://github.com/cornellius-gp/gpytorch.git @@ -105,6 +108,7 @@ jobs: - name: Install dependencies env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | # use latest BoTorch pip install git+https://github.com/cornellius-gp/gpytorch.git diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1dedee891f6..3b7fff1d729 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: - name: Install dependencies (latest Botorch) env: ALLOW_BOTORCH_LATEST: true + ALLOW_LATEST_GPYTORCH_LINOP: true run: | # use latest Botorch pip install git+https://github.com/cornellius-gp/gpytorch.git