Skip to content

Commit

Permalink
sec: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed May 7, 2024
1 parent 789b128 commit 1c5c665
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commands:
steps:
- run:
name: Install Ditto
command: pip install --user pokeapi-ditto
command: pip install --user 'pokeapi-ditto==1.0.2'
- run:
name: Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
command: bash -x scripts/transform.sh
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion updater/cmd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git branch -D "$BRANCH_NAME" || true
git branch "$BRANCH_NAME"
git checkout "$BRANCH_NAME"

pip install pokeapi-ditto
pip install 'pokeapi-ditto==1.0.2'
rm -rf ./data
ditto clone --src-url http://localhost/ --dest-dir ./data
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
Expand Down

0 comments on commit 1c5c665

Please sign in to comment.