From 15f23cc0d40276686820091eb4f90b5d320ac363 Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Mon, 26 Sep 2022 11:44:38 -0700 Subject: [PATCH] Explicitly install multipledispatch for conda build in nightly cron (#1421) Summary: Without this, imports are failing due to `multipledispatch` not being installed. Pull Request resolved: https://github.com/pytorch/botorch/pull/1421 Reviewed By: saitcakmak, j-wilson Differential Revision: D39820947 fbshipit-source-id: 8532f7cba4bcca509d53faf3350e07e52244ffd9 --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1d4c1c2797..658cdee297 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -96,7 +96,7 @@ jobs: # Don't need most deps for conda build, but need them for testing # We do need setuptools_scm though to properly parse the version run: | - conda install -y scipy setuptools_scm conda-build conda-verify + conda install -y scipy multipledispatch setuptools_scm conda-build conda-verify conda config --set anaconda_upload no conda install -y -c pytorch-nightly pytorch cpuonly conda install -y -c conda-forge pyro-ppl>=1.8.2