Skip to content

Commit 7192d7c

Browse files
authored
Merge pull request #107 from BYUCamachoLab/master
Update build-and-test.yml
2 parents 16f96be + fdd8964 commit 7192d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
python -m pip install --upgrade pip wheel
16-
pip install .
16+
pip install ".[dev]"
1717
- name: Lint with flake8
1818
run: |
1919
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)