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 8f48144 commit 52b3793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.PYTHON_VERSION }}
cache: 'pip' # caching pip dependencies
cache: 'pip'
- run: pip install -r requirements.txt

0 comments on commit 52b3793

Please sign in to comment.