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 18e3b2a commit ca1c5d9Copy full SHA for ca1c5d9
.circleci/config.yml
@@ -35,18 +35,18 @@ commands:
35
36
fonts-install:
37
steps:
38
+ - restore_cache:
39
+ key: fonts-2
40
- run:
41
name: Install custom fonts
42
command: |
43
mkdir -p ~/.local/share/fonts
44
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
45
fc-cache -f -v
- save_cache:
- key: fonts-2
46
- paths:
47
- - ~/.local/share/fonts/
48
- restore_cache:
49
+ - save_cache:
+ paths:
+ - ~/.local/share/fonts/
50
51
pip-install:
52
description: Upgrade pip and setuptools and wheel to get as clean an install as possible
0 commit comments