Skip to content

Commit

Permalink
Install pytype on Unix only
Browse files Browse the repository at this point in the history
  • Loading branch information
mwermelinger committed Jun 30, 2023
1 parent 9a27fd9 commit 00860a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions install-m269.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ echo "Downloading and installing Python packages... (this will take long)"
source $VENV/bin/activate # this script runs under bash
pip install --upgrade pip
pip install -r $REQS
pip install pytype==2023.4.27
deactivate
# if we're in the M269 folder, remove the no longer needed file
if [ $# -eq 0 ]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ pyparsing==3.0.9
pyrsistent==0.19.3
python-dateutil==2.8.2
python-json-logger==2.0.7
pytype==2023.4.27
PyYAML==6.0
pyzmq==25.0.2
rfc3339-validator==0.1.4
Expand Down

0 comments on commit 00860a5

Please sign in to comment.