Skip to content

Commit e46a9b0

Browse files
committed
Change install command
1 parent 08633d6 commit e46a9b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip
45-
pip install -r requirements.txt
46-
pip install -r requirements-dev.txt
45+
pip install -e .[dev]
4746
4847
- name: Run tests
4948
run: |

0 commit comments

Comments
 (0)