Skip to content

Commit

Permalink
Update release_vht.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasHertel80 committed Jun 7, 2022
1 parent 00ef5e3 commit c2c1a16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_vht.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
- name: Install tools
run: |
sudo apt install rsync
pip3 install pillow semantic-version
pip3 install pillow semantic-version six requests junit_xml pyyaml pygithub
mkdir ${{ github.workspace }}/out/
- name: Get history of releases from github
run:
python3 ./tensorflow-pack/tensorflow-build/get_releases.py ${{ secrets.GITHUB_TOKEN }} > ./tensorflow-pack/tensorflow-build/history.txt

- name: Run the pack build with the revision specified
run :
Expand Down

0 comments on commit c2c1a16

Please sign in to comment.