Skip to content

Commit 14cfdd2

Browse files
committed
feat: wip
1 parent b461e8b commit 14cfdd2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ 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}"
2329
- uses: actions/setup-python@v6
2430
with:
2531
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)