We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0154973 commit 4ce3aedCopy full SHA for 4ce3aed
.circleci/config.yml
@@ -11,7 +11,7 @@ commands:
11
steps:
12
- run:
13
name: Install Ditto
14
- command: pip install --user 'pokeapi-ditto==1.0.3'
+ command: pip install --user 'pokeapi-ditto==1.0.4'
15
16
name: Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
17
command: bash -x scripts/transform.sh
0 commit comments