Skip to content

Commit da01a12

Browse files
wdarhaileyajohnson
authored andcommitted
Update tests.yml
Added quotes around pip install ".[dev]"
1 parent 7d95ecf commit da01a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install .[dev]
27+
pip install ".[dev]"
2828
2929
- name: Run tests with coverage
3030
run: |

0 commit comments

Comments
 (0)