From 3902ca902d1f725c8d44519411ea61946fd528d7 Mon Sep 17 00:00:00 2001 From: Aliya Nigamova Date: Fri, 29 Sep 2023 19:44:22 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be3abdaab78..646ec6005bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Install build environment shell: bash -l {0} run: | - mamba install -c conda-forge python==${{ matrix.python }} pip pandas root==${{ matrix.root }} gsl tbb vdt boost pcre eigen + mamba install -c conda-forge python==${{ matrix.python }} pip pandas root==${{ matrix.root }} gsl tbb vdt boost-cpp boost pcre eigen cd HiggsAnalysis/CombinedLimit bash set_conda_env_vars.sh - name: Build