We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ca8110 + eae0dd8 commit 5ee0edaCopy full SHA for 5ee0eda
1 file changed
.github/workflows/build-mkl.yaml
@@ -20,13 +20,15 @@ jobs:
20
run:
21
shell: bash -l {0}
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
24
- name: Get history and tags for SCM versioning to work
25
run: |
26
git fetch --prune --unshallow
27
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
28
- - uses: conda-incubator/setup-miniconda@v3.2.0
+ - uses: conda-incubator/setup-miniconda@v4
29
with:
30
+ # Pinned to a specific version, see https://github.com/conda-incubator/setup-miniconda/issues/501
31
+ miniconda-version: "py312_26.1.1-1"
32
use-mamba: true
33
channels: https://software.repos.intel.com/python/conda, conda-forge
34
conda-remove-defaults: true
0 commit comments