Skip to content

Commit 5ee0eda

Browse files
authored
Merge pull request #748 from rohanbabbar04/test-mkl
Pin minconda version in Intel MKL Tests
2 parents 4ca8110 + eae0dd8 commit 5ee0eda

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-mkl.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
run:
2121
shell: bash -l {0}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Get history and tags for SCM versioning to work
2525
run: |
2626
git fetch --prune --unshallow
2727
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
28-
- uses: conda-incubator/setup-miniconda@v3.2.0
28+
- uses: conda-incubator/setup-miniconda@v4
2929
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"
3032
use-mamba: true
3133
channels: https://software.repos.intel.com/python/conda, conda-forge
3234
conda-remove-defaults: true

0 commit comments

Comments
 (0)