Skip to content

Commit e0ee830

Browse files
committed
Update config.yml
1 parent cfc29c6 commit e0ee830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +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 install python3-pip
48+
sudo apt install python3.11-venv
4849
python3 -m venv .venv
4950
source .venv/bin/activate
5051
sudo pip install PyYAML==5.4.1

0 commit comments

Comments
 (0)