Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Remove bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaxu committed Feb 27, 2023
1 parent 2e7d814 commit f030ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: sudo apt-get update && sudo apt install ruby && sudo gem install bundler

- name: Install Ruby RSpec
run: bundle2.7 install --path .bundle
run: bundle install --path .bundle

- name: Run regression test
run: make test
Expand Down

0 comments on commit f030ce9

Please sign in to comment.