Skip to content

Commit

Permalink
Update updater.yml - install tomlkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar authored Jun 12, 2023
1 parent 788734b commit f1afa0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:

- name: Run the updater script
id: run_updater
run: .github/workflows/update_extensions.py
run: |
python3 -m pip install tomlkit
.github/workflows/update_extensions.py
- name: Create Pull Request
id: cpr
Expand Down

0 comments on commit f1afa0a

Please sign in to comment.