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