Set up virtualenv before compiling docs.

This commit is contained in:
Josh Matthews 2021-05-24 19:40:48 -04:00
parent dcc35c4e9a
commit 7a593bcc38

View file

@ -13,6 +13,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Bootstrap
run: |
python3 -m pip install --upgrade pip virtualenv
sudo apt update
python3 ./mach bootstrap
- name: Compile docs
run: python3 ./mach doc
env: