Revert "ci: Freeze pipenv version for avoiding issue on documentation generation"
This reverts commit 57cba0e088.
This commit is contained in:
parent
42ffae2d2d
commit
41c727f251
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue