Skip to content

Commit

Permalink
[docs] added install directive for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Oct 13, 2022
1 parent b54508a commit c3dbbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
sudo apt install gdb-multiarch python3 python3-dev python3-wheel -y
version=$(gdb -q -nx -ex 'pi print(f"{sys.version_info.major}.{sys.version_info.minor}", end="")' -ex quit)
python${version} -m pip install --requirement docs/requirements.txt --upgrade
python${version} -m pip install --requirement tests/requirements.txt --upgrade
- name: Regenerate GEF API file
run: |
echo "source $(pwd)/gef.py" > ~/.gdbinit
Expand Down

0 comments on commit c3dbbe7

Please sign in to comment.