diff --git a/actions-cleanup-openstack-vms/action.yaml b/actions-cleanup-openstack-vms/action.yaml index 8412cbf..216429c 100644 --- a/actions-cleanup-openstack-vms/action.yaml +++ b/actions-cleanup-openstack-vms/action.yaml @@ -53,7 +53,6 @@ runs: uses: actions/setup-python@v5 with: python-version: '3.x' - cache: 'pip' - name: Install dependencies shell: bash run: pip install -r ${GITHUB_ACTION_PATH}/requirements.txt