Skip to content

Commit

Permalink
Use venv (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Oct 16, 2024
1 parent c3824e4 commit 93c0e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion updater/cmd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ git checkout "$REPO_APIDATA_CHECKOUT_OBJECT"
git branch -D "$BRANCH_NAME" || true
git branch "$BRANCH_NAME"
git checkout "$BRANCH_NAME"

python -m venv .venv
source .venv/bin/activate
pip install 'pokeapi-ditto==1.0.3'
rm -rf ./data
ditto clone --src-url http://localhost/ --dest-dir ./data
Expand Down

0 comments on commit 93c0e5a

Please sign in to comment.