Skip to content

Commit d5fb73f

Browse files
Update ser tests_path for windows
1 parent 351f101 commit d5fb73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ jobs:
418418
419419
- name: Set tests_path for installed package
420420
run: |
421-
FOR /F "delims=" %i IN ('python -c "import site, os; print(os.path.join(site.getsitepackages()[0], 'dpnp', 'tests'))"') DO SET tests_path=%i
421+
FOR /F "delims=" %%i IN ('python -c "import site, os; print(os.path.join(site.getsitepackages()[0], 'dpnp', 'tests'))"') DO SET tests_path=%%i
422422
echo tests_path=%tests_path%>>%GITHUB_ENV%
423423
424424
- name: Run tests

0 commit comments

Comments
 (0)