We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969621d commit 1e4debaCopy full SHA for 1e4deba
.circleci/config.yml
@@ -36,6 +36,7 @@ jobs:
36
- run:
37
name: install dependencies
38
command: |
39
+ set -x
40
gem install bundler:2.4.22
41
bundle install --path vendor/bundle
42
sudo rm /etc/apt/sources.list
@@ -45,8 +46,6 @@ jobs:
45
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
- python3 -m venv venv
49
- source venv/bin/activate
50
sudo pip install PyYAML==5.4.1
51
sudo pip install python-frontmatter==0.5.0
52
sudo pip install pathlib
0 commit comments