Skip to content

Commit 6ea5a45

Browse files
committed
MAINT: Show python info on Windows
1 parent 5b70b46 commit 6ea5a45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
- name: Install project dependencies
3838
run: poetry install -vvv --no-root
3939

40+
- name: Show poetry python
41+
shell: pwsh
42+
run: |
43+
poetry run where python
44+
$env:path -split ";"
45+
if: matrix.os == 'windows-latest'
46+
4047
- name: Run mypy on 'tests' (using the local stubs) and on the local stubs
4148
run: poetry run poe mypy
4249

0 commit comments

Comments
 (0)