Skip to content

Commit d1b7777

Browse files
author
Vahid Tavanashad
committed
fix syntax error
1 parent c496051 commit d1b7777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,12 @@ jobs:
240240
if: ${{ env.RERUN_TESTS_ON_FAILURE == 'true' && matrix.python == env.LATEST_PYTHON }}
241241
id: run_tests_linux_all_dtypes
242242
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
243+
env:
244+
DPNP_TEST_ALL_INT_TYPES: 1
243245
with:
244246
timeout_minutes: 20
245247
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
246248
retry_on: any
247-
env:
248-
DPNP_TEST_ALL_INT_TYPES: 1
249249
command: |
250250
. $CONDA/etc/profile.d/conda.sh
251251
. $CONDA/etc/profile.d/mamba.sh

0 commit comments

Comments
 (0)