We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a910b commit 3f118e5Copy full SHA for 3f118e5
.circleci/config.yml
@@ -48,9 +48,9 @@ jobs:
48
sudo apt-get install python3-full python3-pip
49
python3 -m venv venv
50
source venv/bin/activate
51
- sudo pip install PyYAML==5.4.1
52
- sudo pip install python-frontmatter==0.5.0
53
- sudo pip install pathlib
+ pip install PyYAML==5.4.1
+ pip install python-frontmatter==0.5.0
+ pip install pathlib
54
55
- save_cache:
56
key: gem-cache-v1-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
0 commit comments