Skip to content

Commit

Permalink
scan wip python action
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Aug 23, 2024
1 parent 3d404c0 commit ebc9b6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scan-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
sudo snap install yq
echo "date=$(date '+%Y-%m-%d-%H-%M-%S')" >> $GITHUB_OUTPUT
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Checkout kubeflow-ci
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ebc9b6b

Please sign in to comment.