Skip to content

Commit b96a1ae

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ 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+
echo "Full path"
45+
echo $env:path -split ";"
46+
if: matrix.os == 'windows-latest'
47+
4048
- name: Run mypy on 'tests' (using the local stubs) and on the local stubs
4149
run: poetry run poe mypy
4250

0 commit comments

Comments
 (0)