Skip to content

Commit

Permalink
test_examples_list must make sure to install the exact version built …
Browse files Browse the repository at this point in the history
…by build_linux step
  • Loading branch information
oleksandr-pavlyk committed Aug 27, 2022
1 parent 4bf0c61 commit 2eef379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ jobs:
shell: bash -l {0}
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
CHANNELS="-c $GITHUB_WORKSPACE/channel -c dppy/label/dev -c intel --override-channels"
conda install -n examples -y $CHANNELS numpy dpctl dpnp || exit 1
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
- name: Build and run examples with native extensions
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 2eef379

Please sign in to comment.