Skip to content

Commit

Permalink
Remove Python cache in Windows Github Action since it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Sep 19, 2023
1 parent 85a008d commit f838bb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/windows_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
python-version: '3.9'
architecture: 'x64'
cache: 'pip'

- name: Install Processing
run: |
Expand Down
3 changes: 1 addition & 2 deletions release/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
awscli
dmgbuild
biplist
dmgbuild

0 comments on commit f838bb4

Please sign in to comment.