diff --git a/book/snippets/python/justfile b/book/snippets/python/justfile index 9a3ccd4cf..16a0e8659 100644 --- a/book/snippets/python/justfile +++ b/book/snippets/python/justfile @@ -5,4 +5,5 @@ requirements: venv . ENV/bin/activate && pip install -r requirements.txt test: requirements + export PYRIGHT_PYTHON_FORCE_VERSION=latest && \ . ENV/bin/activate && pyright src