Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit d2f4222

Browse files
committed
Dev extras
1 parent 6d096e2 commit d2f4222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip wheel
17-
pip install -e .
17+
pip install -e '.[dev]'
1818
- name: Run tests
1919
run: |
2020
nosetests --with-coverage --cover-package=languagecodes --cover-erase

0 commit comments

Comments
 (0)