From 01cdd37cfaf92d352baf17ade4a25cd976110d7b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 17 Sep 2024 20:39:55 -0700 Subject: [PATCH] use gha setup python --- .github/actions/test-ruby/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index ab1ff405..bfe589ae 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -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'