Skip to content

Commit 9692066

Browse files
committed
Fix typo
1 parent 262bdb9 commit 9692066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: |
1010
python3 -m venv ~/venv
1111
. ~/venv/bin/activate
12-
pip install -e[dev]
12+
pip install -e .[dev]
1313
- run: make lint
1414

1515
test:
@@ -21,7 +21,7 @@ jobs:
2121
- run: |
2222
python3 -m venv ~/venv
2323
. ~/venv/bin/activate
24-
pip install -e[dev]
24+
pip install -e .[dev]
2525
- run: make test
2626

2727
workflows:

0 commit comments

Comments
 (0)