Skip to content

Commit

Permalink
Merge #282
Browse files Browse the repository at this point in the history
282: Fix installing dateutil since it is now a dependency of the GHP import script r=adamgreig a=eldruin

This fixes the publication even though still running on Travis CI.
See #280 

Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
bors[bot] and eldruin committed Feb 11, 2021
2 parents ceec19e + 7d0c7bb commit 4cf7981
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 @@ -11,6 +11,7 @@ main() {
curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- --git rust-lang/mdbook --tag $tag

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

Expand Down

0 comments on commit 4cf7981

Please sign in to comment.