10000 Ensure we have tags on CircleCI. · matplotlib/matplotlib@4626b25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4626b25

Browse files
committed
Ensure we have tags on CircleCI.
This helps to provide a reasonable version number.
1 parent a3c7692 commit 4626b25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ dependencies:
6666
# Linkchecker is currently broken with requests 2.10.0 so force an earlier version.
6767
- if [ $CIRCLE_NODE_INDEX == "1" ]; then pip install $PRE requests==2.9.2 linkchecker; fi
6868

69+
checkout:
70+
post:
71+
- git fetch --tags --unshallow
72+
6973
compile:
7074
override:
7175
# Install matplotlib

0 commit comments

Comments
 (0)
0