File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,21 @@ jobs:
34
34
- uses : conda-incubator/setup-miniconda@v3
35
35
with :
36
36
use-mamba : true
37
- mamba-version : " *"
37
+ miniforge-variant : Mambaforge
38
+ miniforge-version : latest
38
39
channels : conda-forge
39
40
activate-environment : test
40
41
python-version : ${{ matrix.python }}
41
42
42
43
- name : Install MKL
43
44
run : |
44
- conda install -c conda-forge mkl-devel mkl-service --override-channels
45
- conda activate test
45
+ conda install mkl-devel mkl-service
46
46
python -c "import sys; print(sys.executable)"
47
47
which python
48
48
python -c "import mkl; print(mkl.__file__)"
49
49
50
50
- name : Build conda package
51
51
run : |
52
- conda activate test
53
52
pip install --no-cache-dir cython pytest hypothesis
54
53
pip install --no-cache-dir numpy ${{ matrix.use_pre }}
55
54
echo "CONDA_PREFFIX is '${CONDA_PREFIX}'"
You can’t perform that action at this time.
0 commit comments