Skip to content

Commit

Permalink
Require dpnp>=0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 28, 2022
1 parent 61a7d61 commit a12c4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
source $CONDA/etc/profile.d/conda.sh
CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel -c defaults --override-channels"
export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
conda install -n examples -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp || exit 1
conda install -n examples -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp">=0.10.1" || exit 1
- name: Build and run examples with native extensions
shell: bash -l {0}
run: |
Expand Down

0 comments on commit a12c4b2

Please sign in to comment.