Skip to content

Commit 1355832

Browse files
committed
use mamba for dependencies
1 parent 315f658 commit 1355832

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,14 @@ jobs:
7777
- name: Check out
7878
uses: actions/checkout@v2
7979

80-
- name: Dependencies
81-
shell: bash -l {0}
82-
run: |
83-
conda install --yes --quiet -c conda-forge scikit-build numpy python=3.9 pybind11
80+
- name: Setup micromamba
81+
uses: mamba-org/provision-with-micromamba@main
82+
with:
83+
environment-file: .github/environment.yml
84+
extra-specs: |
85+
python=3.9
86+
87+
8488
- name: sdist
8589
shell: bash -l {0}
8690
run: |

0 commit comments

Comments
 (0)