Skip to content

Commit cfc29c6

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- run:
3737
name: install dependencies
3838
command: |
39+
gem install bundler:2.4.22
3940
bundle install --path vendor/bundle
4041
sudo rm /etc/apt/sources.list
4142
echo "deb http://ftp.us.debian.org/debian/ bookworm main contrib non-free" | sudo tee -a /etc/apt/sources.list
@@ -44,6 +45,8 @@ jobs:
4445
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4546
sudo apt-get update
4647
sudo apt install python3-pip
48+
python3 -m venv .venv
49+
source .venv/bin/activate
4750
sudo pip install PyYAML==5.4.1
4851
sudo pip install python-frontmatter==0.5.0
4952
sudo pip install pathlib

0 commit comments

Comments
 (0)