We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c367c94 commit f0ae514Copy full SHA for f0ae514
1 file changed
.github/workflows/python-app.yml
@@ -4,9 +4,6 @@
4
name: ZXBasic
5
6
on:
7
- push:
8
- branches:
9
- - main
10
pull_request:
11
branches-ignore:
12
- docs
@@ -28,12 +25,7 @@ jobs:
28
25
uses: actions/setup-python@v5
29
26
with:
30
27
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 }}
+ cache: 'pip'
37
38
- name: Install poetry
39
run: |
0 commit comments