Skip to content

Commit 93c0e5a

Browse files
authored
Use venv (#261)
1 parent c3824e4 commit 93c0e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

updater/cmd.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ git checkout "$REPO_APIDATA_CHECKOUT_OBJECT"
3333
git branch -D "$BRANCH_NAME" || true
3434
git branch "$BRANCH_NAME"
3535
git checkout "$BRANCH_NAME"
36-
36+
python -m venv .venv
37+
source .venv/bin/activate
3738
pip install 'pokeapi-ditto==1.0.3'
3839
rm -rf ./data
3940
ditto clone --src-url http://localhost/ --dest-dir ./data

0 commit comments

Comments
 (0)