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 3fe55e8 commit 8d0692dCopy full SHA for 8d0692d
scripts/generate-test-files.sh
@@ -6,12 +6,13 @@ set -xe
6
7
cd "$(dirname "$0")"
8
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
16
-python populate_tox/populate_tox.py
17
-python split_tox_gh_actions/split_tox_gh_actions.py
+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