We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0828c3e commit 4c0dc18Copy full SHA for 4c0dc18
1 file changed
.github/workflows/e2e-tests.yml
@@ -22,7 +22,6 @@ jobs:
22
run: |
23
pip install pydantic
24
CONFIG_JSON=$(python3 ${GITHUB_WORKSPACE}/utils/matrix-logic/generate_sweep_configs.py ${{ inputs.generate-cli-command }})
25
- echo "${{fromJson(needs.get-jobs.outputs.search-space-config) }}"
26
echo "search-space-config=$CONFIG_JSON" >> $GITHUB_OUTPUT
27
28
test:
0 commit comments