Skip to content

Commit e5bc174

Browse files
committed
Fix docs build
1 parent b0f3ff8 commit e5bc174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
steps:
77
- uses: actions/setup-python@v2
88
- uses: actions/checkout@v2
9+
- run: python -m pip install --upgrade pip setuptools wheel
910
- run: python -m pip install -r requirements.txt
1011
- run: python setup.py develop
1112
- run: python setup.py build_sphinx -W

0 commit comments

Comments
 (0)