Skip to content

Commit 10c6b51

Browse files
committed
added debug to CI to aid understanding of miss matching SHA1 hashes on Windows
Signed-off-by: Paul Horton <[email protected]>
1 parent a10da20 commit 10c6b51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/poetry.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
with:
7171
python-version: ${{ matrix.python-version }}
7272
architecture: 'x64'
73+
- name: Validate Python Environment
74+
run: echo "import sys; print('Python %s on %s in %s' % (sys.version, sys.platform, sys.getdefaultencoding()))" | python
7375
- name: Install poetry
7476
# see https://github.com/marketplace/actions/setup-poetry
7577
uses: Gr1N/setup-poetry@v7

0 commit comments

Comments
 (0)