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 4925b20 commit 3dd520cCopy full SHA for 3dd520c
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
python-version: 3.12
46
47
- run: |
48
+ pip install -r scripts/populate_tox/requirements.txt
49
+ python scripts/populate_tox/populate_tox.py --fail-on-changes
50
pip install -r scripts/split_tox_gh_actions/requirements.txt
51
python scripts/split_tox_gh_actions/split_tox_gh_actions.py --fail-on-changes
52
0 commit comments