Skip to content

Commit

Permalink
use gha setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 18, 2024
1 parent 7cd5d88 commit 01cdd37
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ runs:
bundler-cache: true
ruby-version: ${{ inputs.RUBY_VERSION }}

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ inputs.RUBY_VERSION }}

- uses: actions/setup-python@v5
with:
python-version: '3.9.2'
Expand Down

0 comments on commit 01cdd37

Please sign in to comment.