We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7876372 commit 61790a2Copy full SHA for 61790a2
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
- run:
11
name: Install deps
12
command: |
13
- python3 -m pip install poetry
+ pip3 install poetry
14
poetry install
15
16
name: Spin up Pokeapi
0 commit comments