Skip to content

Commit 028a090

Browse files
committed
Update config.yml
1 parent a7f7bfb commit 028a090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
4444
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4545
sudo apt-get update
46-
sudo apt install python-pip
46+
sudo apt install python3-pip
4747
sudo pip install PyYAML==5.4.1
4848
sudo pip install python-frontmatter==0.5.0
4949
sudo pip install pathlib

0 commit comments

Comments
 (0)