Skip to content

Commit

Permalink
snippets/python/justfile:test
Browse files Browse the repository at this point in the history
export PYRIGHT_PYTHON_FORCE_VERSION=latest
  • Loading branch information
RandyMcMillan committed Dec 7, 2024
1 parent 1c2a75b commit 5891705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/snippets/python/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5891705

Please sign in to comment.