Skip to content

Commit 1e4deba

Browse files
committed
Update config.yml
1 parent 969621d commit 1e4deba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- run:
3737
name: install dependencies
3838
command: |
39+
set -x
3940
gem install bundler:2.4.22
4041
bundle install --path vendor/bundle
4142
sudo rm /etc/apt/sources.list
@@ -45,8 +46,6 @@ jobs:
4546
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
4647
sudo apt-get update
4748
sudo apt-get install python3-full python3-pip
48-
python3 -m venv venv
49-
source venv/bin/activate
5049
sudo pip install PyYAML==5.4.1
5150
sudo pip install python-frontmatter==0.5.0
5251
sudo pip install pathlib

0 commit comments

Comments
 (0)