fix nightly pip install

This commit is contained in:
Samuel Sadok
2020-12-15 15:21:03 +01:00
parent 0dfe66a8f5
commit e466859ed6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ jobs:
shell: bash
run: |
pip3 list | grep setuptools || echo "setuptools not installed" # show version
pip3 install setuptools # TODO: this should be a dependency of odrive
pip3 install odrive
env:
# TODO: this is a workaround for https://github.com/pypa/setuptools/issues/2353 and we