Skip to content

Commit

Permalink
temp: Check pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed May 20, 2022
1 parent 1f22b84 commit 0383f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ def tests(session: PowerSession, coverage, pkg_specs):
except CommandFailed:
pass

# Temporary; run pyright to check if it is installed.
session.run2("pyright --version")

# Fail if the assumed python version is not the actual one
session.run2("python ci_tools/check_python_version.py %s" % session.python)

Expand Down

0 comments on commit 0383f02

Please sign in to comment.