Skip to content

Commit a72343c

Browse files
committed
Install dateutil which is required by ghp-import
1 parent c116c2b commit a72343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -euxo pipefail
22

33
main() {
4-
pip install linkchecker --user
4+
pip install linkchecker python-dateutil --user
55
}
66

77
main

0 commit comments

Comments
 (0)