Skip to content

Commit 05211f5

Browse files
committed
Updated config.yml
1 parent ab6e8d1 commit 05211f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: &install
2222
name: Install package
2323
command: |
24-
python -m pip install .[test] --progress-bar off --user
24+
python -m pip install ".[tests]" --progress-bar off --user
2525
2626
- run: &run-tests
2727
name: Run tests

0 commit comments

Comments
 (0)