Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
CI: Build a Conda environment
  • Loading branch information
certik committed Jan 14, 2022
commit 2e85263b0bcfb8b57b281a91a81258eb90628208
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
environment-file: ci/environment.yml
python-version: ${{ matrix.python-version }}
- name: Conda info
shell: bash -l {0}
Expand Down
18 changes: 18 additions & 0 deletions ci/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: lp
channels:
- conda-forge
- defaults
dependencies:
- llvmdev=11.1.0
- toml
- pytest
- jupyter
- xeus=1.0.1
- xtl
- nlohmann_json
- cppzmq
- jupyter_kernel_test
- xonsh
- re2c
# - bison=3.4 [not win]
# - m2-bison=3.4 [win]