-
Notifications
You must be signed in to change notification settings - Fork 30
Backport workflow changes #1906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport workflow changes #1906
Conversation
Install conda build as a separate step This way conda build is installed in base environment of the miniforge, rather than underlying miniconda3 Correct CONDA_BLD value for build_windows set of conda-packages
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Remove auto-update-code from setup-miniconda step. Create channel directory, then channel\win-64 directory.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tead This change is prompted by CI warning: ``` 'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' as a way of removing 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' to remove this warning. ```
d6e20af
to
b2ae7e0
Compare
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1906/index.html |
Array API standard conformance tests for dpctl=0.18.1=py310hdf72452_5 ran successfully. |
Array API standard conformance tests for dpctl=0.18.1=py310hdf72452_17 ran successfully. |
6020081
to
77f6c49
Compare
Array API standard conformance tests for dpctl=0.18.1=py310hdf72452_17 ran successfully. |
This PR backports changes to
"conda-package.yaml"
workflow file from development branch.