Skip to content

Commit 35e6a82

Browse files
Miniconda setup should set python version aligned with matrix.python
1 parent 71611b8 commit 35e6a82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ jobs:
7272
fetch-depth: 0
7373
- uses: conda-incubator/setup-miniconda@v2
7474
with:
75+
use-only-tar-bz2: true
7576
auto-activate-base: true
7677
conda-build-version: "*"
77-
activate-environment: ""
78+
activate-environment: true
79+
python-version: ${{ matrix.python }}
7880

7981
- name: Cache conda packages
8082
uses: actions/cache@v3
@@ -196,6 +198,7 @@ jobs:
196198
conda-build-version: '*'
197199
miniconda-version: 'latest'
198200
activate-environment: "dpctl_test"
201+
python-version: ${{ matrix.python }}
199202
- name: Create conda channel with the artifact bit
200203
shell: cmd /C CALL {0}
201204
run: |

0 commit comments

Comments
 (0)