From 388b97fe4f7215d689bc0e2729af83b465fc4126 Mon Sep 17 00:00:00 2001 From: Ekaterina Noskova Date: Tue, 5 Nov 2024 11:01:22 +0100 Subject: [PATCH] Change tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7497b28..c2f2c81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: - name: Install SMAC (Linux and MacOS). if: runner.os != 'Windows' run: | - conda install swig scipy<=1.6 + conda install swig "scipy<=1.6" pip install -r requirements/bayes_opt.txt - name: Install GPy and GPyOpt