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 577a484 commit 4df58af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '[]'
Expand Down

0 comments on commit 4df58af

Please sign in to comment.