Skip to content

Commit

Permalink
Miniconda setup should set python version aligned with matrix.python
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Jan 25, 2023
1 parent 71611b8 commit 35e6a82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ jobs:
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v2
with:
use-only-tar-bz2: true
auto-activate-base: true
conda-build-version: "*"
activate-environment: ""
activate-environment: true
python-version: ${{ matrix.python }}

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

0 comments on commit 35e6a82

Please sign in to comment.