Skip to content

Commit f838bb4

Browse files
committed
Remove Python cache in Windows Github Action since it's not used
1 parent 85a008d commit f838bb4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/windows_build_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
python-version: '3.9'
3030
architecture: 'x64'
31-
cache: 'pip'
3231

3332
- name: Install Processing
3433
run: |

release/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
awscli
2-
dmgbuild
3-
biplist
2+
dmgbuild

0 commit comments

Comments
 (0)