Skip to content

Commit 91711c8

Browse files
committed
Remove rake dependency when ruby 2.7.8 is the current ruby version
1 parent 0f96c58 commit 91711c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: Install and run demo 2.7.8
3939
env:
4040
SERPAPI_KEY: ${{ secrets.SERPAPI_KEY }}
41-
run: rake install && ruby demo/demo.rb
41+
run: gem install ./serpapi-*.gem && ruby demo/demo.rb

0 commit comments

Comments
 (0)