Skip to content

Commit

Permalink
Revert "Request cmake>=3.24 in appveyor CI build"
Browse files Browse the repository at this point in the history
This reverts commit 5976cc9.
  • Loading branch information
franzpoeschel committed Jan 22, 2024
1 parent cbdcc1c commit c2cf2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install:
- cmd: conda config --append channels conda-forge

# Configure the VM.
- cmd: conda install -n root --quiet --yes numpy "cmake>=3.24" hdf5 python=%CONDA_PY%
- cmd: conda install -n root --quiet --yes numpy cmake hdf5 python=%CONDA_PY%
# ADIOS2 build only for 64bit Windows
- cmd: if "%TARGET_ARCH%"=="x64" conda install -n root --quiet --yes adios2 python=%CONDA_PY%

Expand Down

0 comments on commit c2cf2c9

Please sign in to comment.