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 c3824e4 commit 93c0e5aCopy full SHA for 93c0e5a
updater/cmd.bash
@@ -33,7 +33,8 @@ git checkout "$REPO_APIDATA_CHECKOUT_OBJECT"
33
git branch -D "$BRANCH_NAME" || true
34
git branch "$BRANCH_NAME"
35
git checkout "$BRANCH_NAME"
36
-
+python -m venv .venv
37
+source .venv/bin/activate
38
pip install 'pokeapi-ditto==1.0.3'
39
rm -rf ./data
40
ditto clone --src-url http://localhost/ --dest-dir ./data
0 commit comments