diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 519f53c..419a59f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,10 +19,12 @@ jobs: - name: mypy run: | which pdm + pdm run which python + pdm run python --version + pdm run which pip pdm list pdm sync -G dev pdm list - pdm run which python MYPYPATH=stubs pdm run mypy src # docs: