Skip to content

Commit

Permalink
[CI] Force system_highfive on windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Apr 4, 2023
1 parent 3438850 commit 18051c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,12 @@ jobs:
# See https://github.com/conda-forge/boost-cpp-feedstock/issues/41 for why we
# use boost-cpp rather than boost from conda-forge
# Install SCons >=4.4.0 to make sure that MSVC_TOOLSET_VERSION variable is present
# Install HighFive <=2.6.2 due to a compiler bug with MSVC_TOOLSET_VERSION 14.1
run: |
mamba install -q '"scons>=4.4.0"' numpy cython ruamel.yaml boost-cpp eigen yaml-cpp h5py pandas pytest highfive
mamba install -q '"scons>=4.4.0"' numpy cython ruamel.yaml boost-cpp eigen yaml-cpp h5py pandas pytest '"highfive<=2.6.2"'
shell: pwsh
- name: Build Cantera
run: scons build system_eigen=y system_yamlcpp=y logging=debug
run: scons build system_eigen=y system_yamlcpp=y system_highfive=y logging=debug
msvc_toolset_version=${{ matrix.vs-toolset }} f90_interface=n debug=n --debug=time -j2
shell: pwsh
- name: Upload shared library
Expand Down

0 comments on commit 18051c5

Please sign in to comment.