We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f3ff8 commit e5bc174Copy full SHA for e5bc174
.github/workflows/ci.yml
@@ -6,6 +6,7 @@ jobs:
6
steps:
7
- uses: actions/setup-python@v2
8
- uses: actions/checkout@v2
9
+ - run: python -m pip install --upgrade pip setuptools wheel
10
- run: python -m pip install -r requirements.txt
11
- run: python setup.py develop
12
- run: python setup.py build_sphinx -W
0 commit comments