Skip to content

Commit

Permalink
Try downgrading boost.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 2, 2024
1 parent 908844b commit 59b5fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_actions_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Build
shell: pwsh
run: |
conda install -y clang ninja python=3.12 git pybind11 numpy<2 cmake llvmdev tbb-devel tbb astroquery libboost-devel fmt skyfield spdlog sleef sympy cloudpickle zlib libzlib 'mppp=1.*' numba
conda install -y clang ninja python=3.12 git pybind11 numpy<2 cmake llvmdev tbb-devel tbb astroquery libboost-devel<=1.84 fmt skyfield spdlog sleef sympy cloudpickle zlib libzlib 'mppp=1.*' numba
git clone --depth 1 https://github.com/bluescarni/heyoka.git heyoka_cpp
cd heyoka_cpp
mkdir build
Expand Down

0 comments on commit 59b5fe8

Please sign in to comment.