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 4f0b90c commit 65443b1Copy full SHA for 65443b1
.github/workflows/ci.yml
@@ -45,7 +45,10 @@ jobs:
45
python-version: 3.12
46
47
- run: |
48
+ pip install -e .
49
+ pip install -r scripts/populate_tox/requirements.txt
50
pip install -r scripts/split_tox_gh_actions/requirements.txt
51
+ python scripts/populate_tox/populate_tox.py --fail-on-changes
52
python scripts/split_tox_gh_actions/split_tox_gh_actions.py --fail-on-changes
53
54
build_lambda_layer:
0 commit comments