We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3543211 commit 458876aCopy full SHA for 458876a
.github/workflows/mypy-new-errors.yml
@@ -31,6 +31,8 @@ jobs:
31
run: |
32
# Switch to main branch to generate baseline
33
git checkout origin/main
34
+
35
+ git checkout ${{ github.sha }} -- pyproject.toml
36
37
# Install dependencies for main
38
uv venv .venv
0 commit comments