Skip to content

Commit 3f118e5

Browse files
committed
Update config.yml
1 parent 94a910b commit 3f118e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
sudo apt-get install python3-full python3-pip
4949
python3 -m venv venv
5050
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
51+
pip install PyYAML==5.4.1
52+
pip install python-frontmatter==0.5.0
53+
pip install pathlib
5454
5555
- save_cache:
5656
key: gem-cache-v1-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}

0 commit comments

Comments
 (0)