Skip to content

Commit

Permalink
ci: add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jun 25, 2024
1 parent bea5a1b commit ef5a3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [pull_request]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -16,6 +15,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit ef5a3c0

Please sign in to comment.