Skip to content

Commit

Permalink
chore(ci): install Metal patch script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Sep 17, 2024
1 parent 505b8d6 commit 7fe9aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-metalv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
id: patch
if: ${{ always() && steps.fetch.conclusion == 'success' }}
run: |
python -m pip install --upgrade PyYAML # TODO remove when script/patch_metal_spec.py is no longer used
make -f Makefile.metalv1 patch
git add spec/services/metalv1
echo `git commit -m 'sync: patch spec with ${{ steps.date.outputs.date }} spec'`
Expand Down

0 comments on commit 7fe9aeb

Please sign in to comment.