From 4df58af82bd13a375962922a1f95922659bf29ae Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 17 Sep 2024 20:54:11 -0700 Subject: [PATCH] use gha setup python --- .github/actions/test-ruby/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index ce51ab88..6b796b43 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -49,6 +49,9 @@ runs: ruby-version: ${{ inputs.RUBY_VERSION }} - uses: actions/setup-python@v5 + # with: + # cache: 'pip' # caching pip dependencies + # - run: pip install -r requirements.txt # - name: Additional Setup # if: inputs.ADDITIONAL_SETUP != '[]'