Skip to content

Commit

Permalink
Try to get more info
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Aug 21, 2024
1 parent b2405ec commit f45f1e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f45f1e5

Please sign in to comment.