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 8d0692d commit 4d7fd62Copy full SHA for 4d7fd62
scripts/generate-test-files.sh
@@ -10,9 +10,9 @@ rm -rf toxgen.venv
10
python -m venv toxgen.venv
11
. toxgen.venv/bin/activate
12
13
-pip install -e ..
14
-pip install -r populate_tox/requirements.txt
15
-pip install -r split_tox_gh_actions/requirements.txt
+toxgen.venv/bin/pip install -e ..
+toxgen.venv/bin/pip install -r populate_tox/requirements.txt
+toxgen.venv/bin/pip install -r split_tox_gh_actions/requirements.txt
16
17
toxgen.venv/bin/python populate_tox/populate_tox.py
18
toxgen.venv/bin/python split_tox_gh_actions/split_tox_gh_actions.py
0 commit comments