Skip to content

Commit

Permalink
Add support for python builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 26, 2024
1 parent b22abaf commit 2269a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ runs:
- name: Setup Python
uses: actions/setup-python@v5
with:
bundler-cache: true
python-version: ${{ inputs.PYTHON_VERSION }}
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt

0 comments on commit 2269a82

Please sign in to comment.