Skip to content

Commit 969621d

Browse files
committed
Update config.yml
1 parent 196447d commit 969621d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ 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-full python3-pip
48-
sudo pip install virtualenv
49-
virtualenv venv
48+
python3 -m venv venv
5049
source venv/bin/activate
5150
sudo pip install PyYAML==5.4.1
5251
sudo pip install python-frontmatter==0.5.0

0 commit comments

Comments
 (0)