File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ jobs:
9191 - name : Build conda package
9292 id : build_conda_pkg
9393 continue-on-error : true
94- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
94+ run : conda- build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9595 env :
9696 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
9797
9898 - name : ReBuild conda package
9999 if : steps.build_conda_pkg.outcome == 'failure'
100- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
100+ run : conda- build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
101101 env :
102102 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
103103
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
1818### Fixed
1919
20+ * Fixed ` conda build ` command syntax in GitHub workflows and documentation to use ` conda-build ` [ #2888 ] ( https://github.com/IntelPython/dpnp/pull/2888 )
21+
2022### Security
2123
2224
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ And to build dpnp package from the sources:
7474
7575.. code-block :: bash
7676
77- conda build conda-recipe -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels
77+ conda- build conda-recipe -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels
7878
7979 Finally, to install the result package:
8080
You can’t perform that action at this time.
0 commit comments