Skip to content

Commit b65b2d4

Browse files
authored
CI: Pin the rest of the packages (#2766)
1 parent e4eb312 commit b65b2d4

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
environment-file: ci/environment.yml
4141
create-args: >-
4242
python=${{ matrix.python-version }}
43-
cmake=3.21.1
43+
cmake=3.30.0
4444
4545
- name: Install Windows Conda Packages
4646
if: contains(matrix.os, 'windows')
@@ -454,12 +454,12 @@ jobs:
454454
create-args: >-
455455
llvmdev=11.1.0
456456
bison=3.4
457-
re2c
458-
zlib
459-
cmake
460-
make
457+
re2c=2.2
458+
zlib=1.3.1
459+
cmake=3.30.0
460+
make=4.3
461461
python=${{ matrix.python-version }}
462-
numpy
462+
numpy=1.26.4
463463
464464
- uses: hendrikmuhs/ccache-action@main
465465
with:
@@ -508,12 +508,9 @@ jobs:
508508
with:
509509
environment-file: ci/environment.yml
510510
create-args: >-
511-
jupyter
512-
nlohmann_json
511+
jupyter=1.0.0
513512
python=3.10
514513
bison=3.4
515-
xeus=5.1.0
516-
xeus-zmq=3.0.0
517514
518515
- uses: hendrikmuhs/ccache-action@main
519516
with:

ci/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- jupyter_kernel_test=0.4.4
1414
- xonsh=0.13.3
1515
- re2c=2.2
16-
- numpy=1.23.4
17-
- zlib
18-
- zstd
16+
- numpy=1.26.4
17+
- zlib=1.3.1
18+
- zstd=1.5.6
1919
- ninja=1.11.0
2020
- rapidjson=1.1.0
2121
# - bison=3.4 [not win]

0 commit comments

Comments
 (0)