Skip to content

Commit ca4d440

Browse files
Add debug info for Public CI Win
1 parent 1cf7670 commit ca4d440

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/conda-package.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,10 @@ jobs:
429429
DIR %CONDA_PREFIX%\Lib\site-packages\dpnp
430430
echo "Expected tests_path: %tests_path%"
431431
432-
# - name: Check working directory and files
433-
# run: |
434-
# echo Current working directory: %tests_path%
435-
# dir %tests_path%
436-
# working-directory: ${{ env.tests_path }}
432+
- name: Check working directory and files
433+
run: |
434+
echo Current working directory: %tests_path%
435+
dir %tests_path%
437436
438437
- name: echo TEST_SCOPE
439438
run: |
@@ -458,6 +457,9 @@ jobs:
458457
command: >-
459458
mamba activate ${{ env.TEST_ENV_NAME }}
460459
& cd ${{ env.tests_path }}
460+
& echo Current dir: %cd%
461+
& echo Dir contents:
462+
& dir
461463
& python -m pytest --rootdir=${{ env.tests_path }} -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
462464
463465
upload:

0 commit comments

Comments
 (0)