Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c0924 commit 0270088Copy full SHA for 0270088
.circleci/config.yml
@@ -36,18 +36,18 @@ commands:
36
fonts-install:
37
description: Install custom fonts
38
steps:
39
+ - restore_cache:
40
+ key: fonts-2
41
- run:
42
name: Install custom fonts
43
command: |
44
mkdir -p ~/.local/share/fonts
45
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
46
fc-cache -f -v
- save_cache:
- key: fonts-2
47
- paths:
48
- - ~/.local/share/fonts/
49
- restore_cache:
50
+ - save_cache:
+ paths:
+ - ~/.local/share/fonts/
51
52
pip-install:
53
description: Upgrade pip and setuptools and wheel to get as clean an install as possible
0 commit comments