Skip to content

Commit c394044

Browse files
committed
Trying to fix build problem from docs.yml:
termios.error: (25, 'Inappropriate ioctl for device'). Solution following SO: https://stackoverflow.com/questions/54012510/pipenv-shell-in-jenkins-return-the-issue-termios-error-25-inappropriate-ioct
1 parent 7f7bbad commit c394044

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
# install all dependencies (including pdoc)
2727
- run: pip install pipenv
2828
- run: pipenv install
29-
- run: pipenv shell
3029
# build your documentation into docs/.
31-
- run: pdoc marlpde/*.py -o ./docs/
30+
- run: pipenv run pdoc marlpde/*.py -o ./docs/
3231

3332
- uses: actions/upload-pages-artifact@v3
3433
with:

0 commit comments

Comments
 (0)