Skip to content

Commit 1c50270

Browse files
committed
update yaml file
1 parent 43fb4cd commit 1c50270

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
@@ -329,9 +329,9 @@ jobs:
329329
330330
- name: Run tests for all dtypes
331331
env:
332-
DPNP_TEST_ALL_INT_TYPES: 1
332+
DPNP_TEST_ALL_INT_TYPES: 1
333333
run: |
334-
python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
334+
python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
335335
336336
test_windows:
337337
name: Test

0 commit comments

Comments
 (0)