Skip to content

Commit

Permalink
CI: Move ninja and rapidjson to Conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 13, 2022
1 parent 4ffa0d7 commit a57165b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- name: Install Windows Conda Packages
if: contains(matrix.os, 'windows')
shell: bash -l {0}
run: conda install m2-bison=3.0.4 ninja rapidjson
run: conda install m2-bison=3.0.4

- name: Install Linux / macOS Conda Packages
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
shell: bash -l {0}
run: conda install bison=3.4 rapidjson
run: conda install bison=3.4

- name: Conda info
shell: bash -l {0}
Expand Down
2 changes: 2 additions & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ dependencies:
- re2c
- numpy
- zlib
- ninja
- rapidjson
# - bison=3.4 [not win]
# - m2-bison=3.4 [win]

0 comments on commit a57165b

Please sign in to comment.