mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-27 05:31:09 +02:00
specified miniforge
This commit is contained in:
@ -35,9 +35,10 @@ jobs:
|
|||||||
sudo apt-get -y install cmake gcc g++
|
sudo apt-get -y install cmake gcc g++
|
||||||
|
|
||||||
- name: Get conda
|
- name: Get conda
|
||||||
uses: conda-incubator/setup-miniconda@v3.0.4
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
miniforge-version: latest
|
||||||
channels: conda-forge
|
channels: conda-forge
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
Reference in New Issue
Block a user