From 05e2c983f6f2ee11b7e18311c540b31d57b359cc Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Thu, 29 Dec 2022 11:12:50 -0800 Subject: [PATCH 1/3] Use ALLOW_LATEST_GPYTORCH_LINOP: true with CI using latest BoTorch + GPyTorch --- .github/workflows/build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) 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 From 14f106e9adb71eb0d2996b5ebe9d73d0dab50e03 Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Thu, 29 Dec 2022 11:13:49 -0800 Subject: [PATCH 2/3] Update cron.yml --- .github/workflows/cron.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 From 33e1dc8fa84a6fd2e11d1c73825d33b270e9d6ca Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Thu, 29 Dec 2022 11:14:11 -0800 Subject: [PATCH 3/3] Update deploy.yml --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) 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