うみゅ commited on
Commit
b354933
·
unverified ·
1 Parent(s): a33f4c9

Update python-app.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +1 -0
.github/workflows/python-app.yml CHANGED
@@ -23,6 +23,7 @@ jobs:
23
  uses: actions/setup-python@v3
24
  with:
25
  python-version: "3.10"
 
26
  - name: Install dependencies
27
  run: |
28
  python -m pip install --upgrade pip
 
23
  uses: actions/setup-python@v3
24
  with:
25
  python-version: "3.10"
26
+ cache: 'pip'
27
  - name: Install dependencies
28
  run: |
29
  python -m pip install --upgrade pip