mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
ci: Freeze pipenv version for avoiding issue on documentation generation
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
df44aca932
commit
57cba0e088
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Generate Documentation
|
||||
run: |
|
||||
cd Documentation/
|
||||
pip3 install pipenv
|
||||
pip3 install pipenv==2021.5.29
|
||||
pipenv install
|
||||
pipenv run make html
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user