Skip to content

Commit

Permalink
CI: Pin the rest of the packages (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
certik authored Jul 8, 2024
1 parent e4eb312 commit b65b2d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
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

0 comments on commit b65b2d4

Please sign in to comment.