Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
environment-file: ci/environment.yml
create-args: >-
python=${{ matrix.python-version }}
cmake=3.21.1
cmake=3.30.0

- name: Install Windows Conda Packages
if: contains(matrix.os, 'windows')
Expand Down Expand Up @@ -454,12 +454,12 @@ jobs:
create-args: >-
llvmdev=11.1.0
bison=3.4
re2c
zlib
cmake
make
re2c=2.2
zlib=1.3.1
cmake=3.30.0
make=4.3
python=${{ matrix.python-version }}
numpy
numpy=1.26.4

- uses: hendrikmuhs/ccache-action@main
with:
Expand Down Expand Up @@ -508,12 +508,9 @@ jobs:
with:
environment-file: ci/environment.yml
create-args: >-
jupyter
nlohmann_json
jupyter=1.0.0
python=3.10
bison=3.4
xeus=5.1.0
xeus-zmq=3.0.0

- uses: hendrikmuhs/ccache-action@main
with:
Expand Down
6 changes: 3 additions & 3 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
- jupyter_kernel_test=0.4.4
- xonsh=0.13.3
- re2c=2.2
- numpy=1.23.4
- zlib
- zstd
- numpy=1.26.4
- zlib=1.3.1
- zstd=1.5.6
- ninja=1.11.0
- rapidjson=1.1.0
# - bison=3.4 [not win]
Expand Down