Skip to content

Commit

Permalink
Fix installing dateutil since it is now a dependency of the GHP impor…
Browse files Browse the repository at this point in the history
…t script
  • Loading branch information
eldruin committed Feb 8, 2021
1 parent ceec19e commit 7d0c7bb
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 7d0c7bb

Please sign in to comment.