Skip to content

Commit 545b2fb

Browse files
authored
Install python3-sphinx at at test step (#217)
Silence warning about sphinx-build command not found at ci test step.
1 parent c4132a8 commit 545b2fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
bundler-cache: true
2020
- name: Build and test with Rake
2121
run: |
22+
sudo apt-get update -qq
23+
sudo apt-get install -yqq python3-sphinx
2224
gem install bundler
2325
bundle install --jobs 4 --retry 3
2426
bundle exec rake

0 commit comments

Comments
 (0)