mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 00:59:54 +08:00
fix nightly pip install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user