Skip to content

Commit 94a910b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4747
sudo apt-get update
4848
sudo apt-get install python3-full python3-pip
49+
python3 -m venv venv
50+
source venv/bin/activate
4951
sudo pip install PyYAML==5.4.1
5052
sudo pip install python-frontmatter==0.5.0
5153
sudo pip install pathlib

0 commit comments

Comments
 (0)