Skip to content

Commit 7f7c86d

Browse files
committed
Update config.yml
1 parent ebeff32 commit 7f7c86d

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
@@ -44,7 +44,7 @@ jobs:
4444
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
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
47-
sudo apt-get install python3-full python3-pip
47+
sudo apt-get install python3-pip
4848
python3 -m venv venv
4949
source venv/bin/activate
5050
pip install PyYAML==6.0.1

0 commit comments

Comments
 (0)