Skip to content

Commit e1d1208

Browse files
committed
Update config.yml
1 parent 396cee6 commit e1d1208

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4646
sudo apt-get update
4747
sudo apt-get install python3-pip
48-
python3 -m venv .venv
49-
source .venv/bin/activate
48+
sudo pip install virtualenv
49+
virtualenv venv
50+
source venv/bin/activate
5051
sudo pip install PyYAML==5.4.1
5152
sudo pip install python-frontmatter==0.5.0
5253
sudo pip install pathlib

0 commit comments

Comments
 (0)