Skip to content

Commit 5aa0180

Browse files
Merge pull request #1844 from IntelPython/update-miniforge-variant-to-fix-warning
Use Miniforge3 variant, instead of deprecated Mambaforge
2 parents 1717b38 + 3759e2f commit 5aa0180

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- uses: conda-incubator/setup-miniconda@v3
8989
with:
90-
miniforge-variant: Mambaforge
90+
miniforge-variant: Miniforge3
9191
miniforge-version: latest
9292
activate-environment: build
9393
channels: conda-forge

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
* Update black version used in Python code style workflow [gh-1828](https://github.com/IntelPython/dpctl/pull/1828)
2020
* Fixed CI/CD workflow for building conda packages on Windows [gh-1831](https://github.com/IntelPython/dpctl/pull/1831)
21+
* Do not use Mambaforge variant of miniforge as deprecated [gh-1844](https://github.com/IntelPython/dpctl/pull/1844)
2122

2223
## [0.18.0] - Sept. XX, 2024
2324

0 commit comments

Comments
 (0)