From 9ee19b36343d00b4d00ed973afaeb874d0e124b0 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Thu, 1 Sep 2022 14:15:19 +0100 Subject: [PATCH] MAINT: Show python info on Windows --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8d7152e6..59f8f8de4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,12 @@ jobs: - name: Install project dependencies run: poetry install -vvv --no-root + - name: Show poetry python location (Windows) + shell: pwsh + run: | + poetry run where python + if: matrix.os == 'windows-latest' + - name: Run mypy on 'tests' (using the local stubs) and on the local stubs run: poetry run poe mypy