Skip to content

Commit

Permalink
Merge #24
Browse files Browse the repository at this point in the history
24: Install dateutil which is required by ghp-import r=therealprof a=adamgreig

Same deal as rust-embedded/discovery#298

Co-authored-by: Adam Greig <adam@adamgreig.com>
  • Loading branch information
bors[bot] and adamgreig committed Mar 3, 2021
2 parents c116c2b + a72343c commit d1941fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -euxo pipefail

main() {
pip install linkchecker --user
pip install linkchecker python-dateutil --user
}

main

0 comments on commit d1941fa

Please sign in to comment.