diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index db1fe0c..9152f55 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -21,6 +21,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.10" + cache: 'pip' # Cache pip dependencies - name: Install dependencies run: | python -m pip install --upgrade pip