Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Jun 27, 2023
1 parent dffb81f commit 117531f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/scripts/update_webpage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ update_webpage(){
replace_dir ./coverage_dashboard ${PUBLIC_DIR}/${DIR}/coverage_dashboard
replace_dir ./verification_dashboard ${PUBLIC_DIR}/${DIR}/verification_dashboard

pushd .github/scripts/indexgen
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
popd

make -C .github/scripts/indexgen all ROOTDIR=`realpath ./public.old` BUILDDIR=`realpath ./public.new`

echo -e "${COLOR_WHITE}Makefile exit status:$?${COLOR_CLEAR}"
echo -e "${COLOR_WHITE}================= tree =================${COLOR_CLEAR}"
tree -d -L 3 ./public.new/
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Setup repository
uses: actions/checkout@v3

- name: Setup python
uses: actions/setup-python@v4

- name: Print metadata
run: |
run_information="Repository: ${{ github.repository }} Commit SHA:${{ github.sha }} Workflow: ${{ github.workflow }} Run:${{ github.run_id }}"
Expand Down

0 comments on commit 117531f

Please sign in to comment.