1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Replace python with bash.

This commit is contained in:
Cotes Chung
2020-04-10 03:15:51 +08:00
parent b30d673367
commit 99aadd61c1
15 changed files with 336 additions and 556 deletions

View File

@@ -4,11 +4,7 @@ dist: bionic
language: ruby
rvm: 2.6.5
before_install:
- pyenv global 3.7.6
install:
- pip install -r _scripts/py/requirements.txt
- bundle install --path vendor/bundle --quiet
addons: