File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments