diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59f8f8de4..e8d7152e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,12 +37,6 @@ 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 diff --git a/pyproject.toml b/pyproject.toml index a8678c611..415cc4f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = ">=0.971" pyarrow = ">=9.0.0" pytest = ">=7.1.2" pyright = ">=1.1.266" -poethepoet = ">=0.13.1" +poethepoet = "0.16.0" loguru = ">=0.6.0" pandas = "1.4.3" typing-extensions = ">=4.2.0"