Skip to content

Commit 8d0692d

Browse files
committed
.
1 parent 3fe55e8 commit 8d0692d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/generate-test-files.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ set -xe
66

77
cd "$(dirname "$0")"
88

9+
rm -rf toxgen.venv
910
python -m venv toxgen.venv
1011
. toxgen.venv/bin/activate
1112

1213
pip install -e ..
1314
pip install -r populate_tox/requirements.txt
1415
pip install -r split_tox_gh_actions/requirements.txt
1516

16-
python populate_tox/populate_tox.py
17-
python split_tox_gh_actions/split_tox_gh_actions.py
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

Comments
 (0)