Skip to content

Commit

Permalink
Merge #298
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bors[bot] and eldruin authored Feb 8, 2021
2 parents b2fa21c + 2874f35 commit 79ed05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ main() {

rustup target add thumbv7em-none-eabihf

pip install python-dateutil --user
pip install linkchecker --user
}

Expand Down

0 comments on commit 79ed05f

Please sign in to comment.