Skip to content

Commit

Permalink
fix: install missing package requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 20, 2024
1 parent 6295b9c commit b32a5e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ runs:
echo $CONTAINER_IMAGES | tr " " "\n" >> container-images.txt
cat container-images-uris.txt
- name: Install required packages
run: pip install requests
shell: bash

- name: Get the last updated times for the container images to build key
env:
CONTAINER_IMAGES_PREFIX_KEY: ${{ inputs.prefix-key }}
Expand Down

0 comments on commit b32a5e8

Please sign in to comment.