Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Jul 8, 2024
1 parent 797f644 commit 69b50d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
environment-file: ci/environment.yml
create-args: >-
python=${{ matrix.python-version }}
zstd=1.5.2
zlib=1.2.13
cmake=3.21.1
clang
- name: Install Windows Conda Packages
if: contains(matrix.os, 'windows')
shell: bash -e -l {0}
run: micromamba install --freeze-installed m2-bison=3.0.4 m2-filesystem cmake=3.21.1
run: micromamba install --freeze-installed m2-bison=3.0.4 m2-filesystem

- name: Install Linux / macOS Conda Packages
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
Expand Down
23 changes: 11 additions & 12 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ channels:
- defaults
dependencies:
- llvmdev=11.1.0
- toml=0.10.2
- pytest=7.2.0
- jupyter=1.0.0
- xeus=1.0.1
- xtl=0.7.4
- nlohmann_json=3.9.1
- cppzmq=4.7.1
- jupyter_kernel_test=0.4.4
- xeus=5.1.0
- xeus-zmq=3.0.0
- xonsh=0.13.3
- re2c=2.2
- numpy=1.23.4
- rapidjson
- nlohmann_json
- toml
- pytest
- jupyter
- jupyter_kernel_test
- re2c
- numpy
- zlib
- zstd
- ninja=1.11.0
- rapidjson=1.1.0
- ninja
# - bison=3.4 [not win]
# - m2-bison=3.4 [win]

0 comments on commit 69b50d1

Please sign in to comment.