Skip to content

Commit 3d67b69

Browse files
authored
[3.12] Sync location of mypy pin with the main branch (#111317)
1 parent 5c4f9a1 commit 3d67b69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
- "version-update:semver-minor"
1414
- "version-update:semver-patch"
1515
- package-ecosystem: "pip"
16-
directory: "/Tools/clinic/"
16+
directory: "/Tools/"
1717
schedule:
1818
interval: "monthly"
1919
labels:

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
with:
3535
python-version: "3.x"
3636
cache: pip
37-
cache-dependency-path: Tools/clinic/requirements-dev.txt
38-
- run: pip install -r Tools/clinic/requirements-dev.txt
37+
cache-dependency-path: Tools/requirements-dev.txt
38+
- run: pip install -r Tools/requirements-dev.txt
3939
- run: mypy --config-file Tools/clinic/mypy.ini
File renamed without changes.

0 commit comments

Comments
 (0)