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
+1
View File
@@ -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']},