Skip to content

Commit

Permalink
add pip install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Apr 30, 2024
1 parent 13378fd commit ef1f614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/TC-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install pyyaml
- name: execute py script # run main.py
run: python ./scripts/release_publish.py
Expand Down

0 comments on commit ef1f614

Please sign in to comment.