diff --git a/.github/workflows/windows_build_deploy.yml b/.github/workflows/windows_build_deploy.yml index 9589f69f5..265a84c0f 100644 --- a/.github/workflows/windows_build_deploy.yml +++ b/.github/workflows/windows_build_deploy.yml @@ -28,7 +28,6 @@ jobs: with: python-version: '3.9' architecture: 'x64' - cache: 'pip' - name: Install Processing run: | diff --git a/release/requirements.txt b/release/requirements.txt index a1a4469c1..10e2205f6 100644 --- a/release/requirements.txt +++ b/release/requirements.txt @@ -1,3 +1,2 @@ awscli -dmgbuild -biplist \ No newline at end of file +dmgbuild \ No newline at end of file