We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b37b1 commit 396cee6Copy full SHA for 396cee6
.circleci/config.yml
@@ -45,7 +45,6 @@ jobs:
45
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
46
sudo apt-get update
47
sudo apt-get install python3-pip
48
- sudo apt-get install python3-venv
49
python3 -m venv .venv
50
source .venv/bin/activate
51
sudo pip install PyYAML==5.4.1
0 commit comments