Commit af85a69
committed
Fixed python deps
it should fix the following problem:
Traceback (most recent call last):
File "/home/runner/.cache/pypoetry/virtualenvs/arduino-cli-gc1FAuF_-py3.9/bin/mike", line 5, in <module>
from mike.driver import main
File "/home/runner/.cache/pypoetry/virtualenvs/arduino-cli-gc1FAuF_-py3.9/lib/python3.9/site-packages/mike/driver.py", line 4, in <module>
from . import arguments, commands
File "/home/runner/.cache/pypoetry/virtualenvs/arduino-cli-gc1FAuF_-py3.9/lib/python3.9/site-packages/mike/commands.py", line 6, in <module>
from pkg_resources import resource_stream
ModuleNotFoundError: No module named 'pkg_resources'1 parent d1b47cf commit af85a69
2 files changed
+312
-207
lines changed
0 commit comments