Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to GitHub Actions for CI #289

Closed
1 of 2 tasks
eldruin opened this issue Feb 1, 2021 · 1 comment
Closed
1 of 2 tasks

Switch to GitHub Actions for CI #289

eldruin opened this issue Feb 1, 2021 · 1 comment

Comments

@eldruin
Copy link
Member

eldruin commented Feb 1, 2021

TODO:

  • Switch
  • 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

This problem is also present on rust-embedded/book#280

bors bot added a commit that referenced this issue Feb 8, 2021
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>
@adamgreig
Copy link
Member

Done by #311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants