We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e22b89 commit c2c7fa3Copy full SHA for c2c7fa3
1 file changed
.github/workflows/build.yml
@@ -23,12 +23,13 @@ jobs:
23
- name: Install dependencies
24
run: |
25
pip install --upgrade pip
26
- pip install -r requirements.txt
27
pip install virtualenv==20.0.1
28
pip install tox tox-gh-actions
29
- name: Test with tox
30
31
tox
+ pip install -e .
32
- name: Before deploy
33
34
35
make docs
0 commit comments