Skip to content

Commit a87cd28

Browse files
andystaplesCopilot
andcommitted
Force reinstall packaged typing artifact
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3775188c-77e9-48a2-9c79-76e7bfdc25f9
1 parent 483cad0 commit a87cd28

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

noxfile.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,15 @@ def typecheck_functions(session: nox.Session) -> None:
344344
session.error(f"{marker} is missing from {sdist.name}")
345345

346346
session.install(str(wheel))
347+
session.run(
348+
"python",
349+
"-m",
350+
"pip",
351+
"install",
352+
"--force-reinstall",
353+
"--no-deps",
354+
str(wheel),
355+
)
347356
session.run(
348357
"pyright",
349358
"-p",

0 commit comments

Comments
 (0)