Skip to content

Commit

Permalink
Merge pull request #863 from cms-analysis/fix_ci_boostcpp_lib
Browse files Browse the repository at this point in the history
Fix the Build ci job for python>=3p8
  • Loading branch information
kcormi authored Oct 2, 2023
2 parents 8eca7a1 + 3902ca9 commit 6aad891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aad891

Please sign in to comment.