Skip to content

Commit

Permalink
Remove cache not behaving as expected (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Jul 29, 2024
1 parent c66aaf3 commit 2e5801a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions-cleanup-openstack-vms/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e5801a

Please sign in to comment.