Skip to content

Commit

Permalink
Install dateutil which is required by ghp-import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Mar 3, 2021
1 parent c116c2b commit a72343c
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 a72343c

Please sign in to comment.