Skip to content

Commit

Permalink
Not installing pyright on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed May 3, 2024
1 parent 4f103f2 commit 0080da4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Tools used for testing
docopt
mypy==1.7.0
pyright

# Typed libraries and stubs
matplotlib>=3.8
Expand Down
1 change: 1 addition & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
test_folder=$(dirname "${BASH_SOURCE[0]}")
root=$(dirname $test_folder)

python -m pip install --upgrade pyright
python -m pip install --upgrade -r $test_folder/requirements.txt

cd $root
Expand Down

0 comments on commit 0080da4

Please sign in to comment.