Skip to content

Commit

Permalink
fix: Adding python package caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gitaroktato committed Apr 9, 2024
1 parent 95a7ecb commit 61fe0cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -45,6 +46,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
cache: 'pip' # caching pip dependencies
- name: Checkout
uses: actions/checkout@v1
- name: Install mypy
Expand Down

0 comments on commit 61fe0cb

Please sign in to comment.