Skip to content

Commit bd2b740

Browse files
committed
update build
1 parent 408acd4 commit bd2b740

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
pip install --upgrade pip
26+
pip install virtualenv==20.0.1
2627
pip install tox tox-gh-actions
2728
- name: Test with tox
2829
run: |
2930
tox
31+
pip install -e .
3032
- name: Before deploy
3133
run: |
34+
pip install -e .
3235
make docs

0 commit comments

Comments
 (0)