We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7826b98 commit 3c1ce68Copy full SHA for 3c1ce68
1 file changed
.github/workflows/e2e-tests.yml
@@ -22,9 +22,9 @@ jobs:
22
run: |
23
pip install pydantic
24
CONFIG_JSON=$(python3 ${GITHUB_WORKSPACE}/utils/matrix-logic/generate_sweep_configs.py \
25
+ ${{ inputs.generate-cli-command }} \
26
--runner-config .github/configs/runners.yaml \
- --config-files .github/configs/nvidia-master.yaml .github/configs/amd-master.yaml \
27
- ${{ inputs.generate-cli-command }})
+ --config-files .github/configs/nvidia-master.yaml .github/configs/amd-master.yaml)
28
echo "search-space-config=$CONFIG_JSON" >> $GITHUB_OUTPUT
29
30
test:
0 commit comments