mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-20 14:38:18 +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
|
||||
|
||||
@@ -117,6 +117,7 @@ try:
|
||||
'matplotlib', # Required to run the liveplotter
|
||||
'monotonic', # For compatibility with older python versions
|
||||
'appdirs', # Used to find caching directory
|
||||
'setuptools', # ubuntu-latest on GitHub Actions fails to install odrive without this dependency
|
||||
'pywin32 >= 222; platform_system == "Windows"' # Required for fancy terminal features on Windows
|
||||
],
|
||||
package_data={'': ['version.txt']},
|
||||
|
||||
Reference in New Issue
Block a user