Skip to content

Commit 6b33360

Browse files
authored
Merge pull request #966 from boriel-basic/build/update_pipeline
feat: uses native pip cache in pipeline
2 parents c367c94 + f0ae514 commit 6b33360

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
name: ZXBasic
55

66
on:
7-
push:
8-
branches:
9-
- main
107
pull_request:
118
branches-ignore:
129
- docs
@@ -28,12 +25,7 @@ jobs:
2825
uses: actions/setup-python@v5
2926
with:
3027
python-version: ${{ env.PYTHON_VERSION }}
31-
32-
- name: Caches pip
33-
uses: actions/cache@v4
34-
with:
35-
path: ~/.cache/pip
36-
key: ${{ runner.os }}-pip-py-${{ env.PYTHON_VERSION }}
28+
cache: 'pip'
3729

3830
- name: Install poetry
3931
run: |

0 commit comments

Comments
 (0)