You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix publication issue about missing dateutil python package. See [https://travis-ci.org/github/rust-embedded/discovery/builds/756906140#L577]
+curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz
+./ghp-import/ghp_import.py book
Traceback (most recent call last):
File "./ghp-import/ghp_import.py", line 10, in <module>
from dateutil import tz
ImportError: No module named dateutil
298: Fix installing dateutil since it is now a dependency of the GHP import script r=adamgreig a=eldruin
This would at least make our publication step work again even though still on Travis CI.
See #289
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
TODO:
This problem is also present on rust-embedded/book#280
The text was updated successfully, but these errors were encountered: