We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586c8ae commit fb2e377Copy full SHA for fb2e377
1 file changed
.github/workflows/conda-package.yml
@@ -599,7 +599,7 @@ jobs:
599
source $CONDA/etc/profile.d/conda.sh
600
CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels"
601
export PACKAGE_VERSION=$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")
602
- conda install -n ${{ env.EXAMPLES_ENV_NAME }} -y ${CHANNELS} dpctl=${PACKAGE_VERSION} dpnp || exit 1
+ conda install -n ${{ env.EXAMPLES_ENV_NAME }} -y ${CHANNELS} dpctl=${PACKAGE_VERSION} || exit 1
603
- name: Build and run examples of pybind11 extensions
604
shell: bash -l {0}
605
run: |
0 commit comments