Skip to content

Commit 4d7fd62

Browse files
committed
make everything use venv stuff explicitly
1 parent 8d0692d commit 4d7fd62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/generate-test-files.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ rm -rf toxgen.venv
1010
python -m venv toxgen.venv
1111
. toxgen.venv/bin/activate
1212

13-
pip install -e ..
14-
pip install -r populate_tox/requirements.txt
15-
pip install -r split_tox_gh_actions/requirements.txt
13+
toxgen.venv/bin/pip install -e ..
14+
toxgen.venv/bin/pip install -r populate_tox/requirements.txt
15+
toxgen.venv/bin/pip install -r split_tox_gh_actions/requirements.txt
1616

1717
toxgen.venv/bin/python populate_tox/populate_tox.py
1818
toxgen.venv/bin/python split_tox_gh_actions/split_tox_gh_actions.py

0 commit comments

Comments
 (0)