Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 17, 2024
1 parent 4e69fe1 commit e14c2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete-aws-volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install boto3
pip install tenacity
python -m pip install boto3
python -m pip install tenacity
- name: Run delete volumes script
run: python scripts/delete_volumes.py ${{ inputs.region }}

0 comments on commit e14c2de

Please sign in to comment.