Browse Source

Fix docs gen workflow

zvecr 2 years ago
parent
commit
99fa0998db
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/docs.yml

+ 1 - 0
.github/workflows/docs.yml

@@ -36,6 +36,7 @@ jobs:
 
     - name: Install dependencies
       run: |
+        pip3 install -r requirements-dev.txt
         apt-get update && apt-get install -y rsync doxygen
         # install nvm
         touch $HOME/.bashrc