Skip to content

Commit 65443b1

Browse files
committed
Add tox gen check to CI
1 parent 4f0b90c commit 65443b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
python-version: 3.12
4646

4747
- run: |
48+
pip install -e .
49+
pip install -r scripts/populate_tox/requirements.txt
4850
pip install -r scripts/split_tox_gh_actions/requirements.txt
51+
python scripts/populate_tox/populate_tox.py --fail-on-changes
4952
python scripts/split_tox_gh_actions/split_tox_gh_actions.py --fail-on-changes
5053
5154
build_lambda_layer:

0 commit comments

Comments
 (0)