We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0874da commit 3c32158Copy full SHA for 3c32158
.github/workflows/conda-package.yml
@@ -219,6 +219,14 @@ jobs:
219
# create temporary empty folder to runs tests from
220
# https://github.com/pytest-dev/pytest/issues/11904
221
run: mkdir -p ${GITHUB_WORKSPACE}/test_tmp
222
+ - name: Run test_roll
223
+ working-directory: ${{ github.workspace }}/test_tmp
224
+ env:
225
+ SYCL_CACHE_PERSISTENT: 1
226
+ run: |
227
+ . $CONDA/etc/profile.d/conda.sh
228
+ conda activate ${{ env.TEST_ENV_NAME }}
229
+ python -m pytest -s -v --pyargs $MODULE_NAME.tests.test_usm_ndarray_manipulation::test_roll_out_bounds_shifts
230
- name: Run tests
231
working-directory: ${{ github.workspace }}/test_tmp
232
env:
0 commit comments