Skip to content

Commit

Permalink
DO workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Jan 19, 2024
1 parent 079d832 commit 7f7f578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/id_fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Run ID Fixup Script
run: |
pip install -r .github/workflows/requirements.txt --user
python3 .github/workflows/id_fixup.py
- name: Commit and Push Changes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
click~=8.1.7
ruamel.yaml~=0.18.5

0 comments on commit 7f7f578

Please sign in to comment.