This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 41c727f Revert "ci: Freeze pipenv version for avoiding issue on documentation generation" 41c727f is described below commit 41c727f2513fdaf464e757424dc811b820f2425a Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com> AuthorDate: Wed Jan 5 18:43:01 2022 -0300 Revert "ci: Freeze pipenv version for avoiding issue on documentation generation" This reverts commit 57cba0e088d6b7103fc0fb5be9150f875117704b. --- .github/workflows/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 7fb8a09..4c2e610 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -30,7 +30,7 @@ jobs: - name: Generate Documentation run: | cd Documentation/ - pip3 install pipenv==2021.5.29 + pip3 install pipenv pipenv install pipenv run make html - uses: actions/upload-artifact@v2