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 c496051 commit d1b7777Copy full SHA for d1b7777
.github/workflows/conda-package.yml
@@ -240,12 +240,12 @@ jobs:
240
if: ${{ env.RERUN_TESTS_ON_FAILURE == 'true' && matrix.python == env.LATEST_PYTHON }}
241
id: run_tests_linux_all_dtypes
242
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
243
+ env:
244
+ DPNP_TEST_ALL_INT_TYPES: 1
245
with:
246
timeout_minutes: 20
247
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
248
retry_on: any
- env:
- DPNP_TEST_ALL_INT_TYPES: 1
249
command: |
250
. $CONDA/etc/profile.d/conda.sh
251
. $CONDA/etc/profile.d/mamba.sh
0 commit comments