Skip to content

Commit ea9f5fd

Browse files
Debug info
1 parent 1388816 commit ea9f5fd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,17 @@ jobs:
421421
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
424-
- name: Check working directory and files
424+
- name: Check site-packages
425425
run: |
426-
echo Current working directory: %tests_path%
427-
dir %tests_path%
428-
working-directory: ${{ env.tests_path }}
426+
echo "DIR site-packages folder:"
427+
DIR %CONDA_PREFIX%\Lib\site-packages\dpnp
428+
echo "Expected tests_path: %tests_path%"
429+
430+
# - name: Check working directory and files
431+
# run: |
432+
# echo Current working directory: %tests_path%
433+
# dir %tests_path%
434+
# working-directory: ${{ env.tests_path }}
429435

430436
- name: echo TEST_SCOPE
431437
run: |

0 commit comments

Comments
 (0)