We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaff68 commit 07f7bd7Copy full SHA for 07f7bd7
2 files changed
.github/micromamba_ci_environment.yml
@@ -0,0 +1,8 @@
1
+name: ci_environment
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - c-compiler
6
+ - ninja
7
+ - cmake
8
+ - zlib
.github/workflows/ci.yml
@@ -35,12 +35,7 @@ jobs:
35
- uses: actions/checkout@v2
36
- name: Install environment from environment.yml
37
uses: mamba-org/provision-with-micromamba@main
38
- with:
39
- extra-specs: |
40
- c-compiler
41
- ninja
42
- cmake
43
- zlib
+ environment-file: .github/micromamba_ci_environment.yml
44
45
- name: Build
46
run: |
0 commit comments