Skip to content

Commit d27110b

Browse files
committed
feat: wip
1 parent b461e8b commit d27110b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
23+
- if: matrix.os != 'windows-latest'
24+
run: |
25+
set -Eexo pipefail
26+
ls -lah .
27+
ls -lah .git
28+
echo "${GIT_DIR}"
29+
echo "${GIT_WORK_TREE}"
30+
echo "${GIT_COMMON_DIR}"
2331
- uses: actions/setup-python@v6
2432
with:
2533
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)