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 3b5e193 commit 66e7063Copy full SHA for 66e7063
.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