Skip to content

Commit 9ee19b3

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

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

40+
- name: Show poetry python location (Windows)
41+
shell: pwsh
42+
run: |
43+
poetry run where python
44+
if: matrix.os == 'windows-latest'
45+
4046
- name: Run mypy on 'tests' (using the local stubs) and on the local stubs
4147
run: poetry run poe mypy
4248

0 commit comments

Comments
 (0)