File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,13 @@ jobs:
5656 echo "CXX=$CXX" >> $GITHUB_ENV
5757 - name : Checkout xsimd-algorithm
5858 uses : actions/checkout@v3
59- # - name: Install mamba
60- # uses: mamba-org/setup-micromamba@v1
61- # with:
62- # environment-file: environment.yml
59+ - name : Set conda environment
60+ uses : mamba-org/setup-micromamba@main
61+ with :
62+ environment-name : myenv
63+ environment-file : environment-dev.yml
64+ init-shell : bash
65+ cache-downloads : true
6366 # - name: Setup SDE
6467 # if: startswith(matrix.sys.flags, 'avx512')
6568 # run: sh install_sde.sh
Original file line number Diff line number Diff line change 1+ name : xsimd-algorithm
2+ channels :
3+ - conda-forge
4+ dependencies :
5+ - cmake
6+ - xsimd=13.2.0
7+ - doctest
8+ - ninja
You can’t perform that action at this time.
0 commit comments