Skip to content

Commit 4d09606

Browse files
committed
fix(deps): force reinstall requirements on update
1 parent 1390c07 commit 4d09606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ update)
4949
git pull
5050
source venv/bin/activate
5151
pip install --upgrade pip
52-
pip install -r requirements.txt
52+
pip install --force-reinstall -r requirements.txt
5353
make grpc-compile
5454
make download-platforms
5555
systemctl daemon-reload

0 commit comments

Comments
 (0)