Skip to content

Commit

Permalink
Install mypy>=1.0.0 rather than git HEAD, see #121
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Feb 7, 2023
1 parent f648b8e commit 25228b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/py_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ else
if [ ! -d $BUILDDIR ] ; then
echo "Installing PySDL2, MyPy, and Black in $BUILDDIR"
python3 -m venv $BUILDDIR
$BUILDDIR/bin/pip install pysdl2 pysdl2-dll git+https://github.com/python/mypy.git black
$BUILDDIR/bin/pip install pysdl2 pysdl2-dll 'mypy>=1.0.0' black
fi
echo "Using Python3 in $BUILDDIR"
PATH="$BUILDDIR/bin:$PATH"
fi
fi

0 comments on commit 25228b5

Please sign in to comment.