Skip to content

Commit c2c7fa3

Browse files
committed
update requirements
1 parent 4e22b89 commit c2c7fa3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
pip install --upgrade pip
26-
pip install -r requirements.txt
2726
pip install virtualenv==20.0.1
2827
pip install tox tox-gh-actions
2928
- name: Test with tox
3029
run: |
3130
tox
31+
pip install -e .
3232
- name: Before deploy
3333
run: |
34+
pip install -e .
3435
make docs

0 commit comments

Comments
 (0)