We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bf65d commit df3c44dCopy full SHA for df3c44d
.github/workflows/pr-check.yml
@@ -49,6 +49,8 @@ jobs:
49
cd build
50
cmake -DPython3_EXECUTABLE="python3" -DCMAKE_BUILD_TYPE=Debug ..
51
cmake --build . --config Debug
52
+ echo Current working directory (CMD): %CD%
53
+ dir /A
54
echo "current working directory after pyd: $(pwd)"
55
echo "displaying directory contents:"
56
ls
@@ -59,7 +61,7 @@ jobs:
59
61
run: |
60
62
pip install pytest pytest-cov pytest-html
63
pip install pytest-mock pytest-asyncio pytest-timeout pytest-xdist pytest-cov
- echo "current working directory: $(pwd)"
64
+ echo "current working directory:" %CD%
65
66
67
cd tests
0 commit comments