Skip to content

Commit 61790a2

Browse files
committed
fix: use pip3
1 parent 7876372 commit 61790a2

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
@@ -10,7 +10,7 @@ jobs:
1010
- run:
1111
name: Install deps
1212
command: |
13-
python3 -m pip install poetry
13+
pip3 install poetry
1414
poetry install
1515
- run:
1616
name: Spin up Pokeapi

0 commit comments

Comments
 (0)