Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Mar 7, 2024
1 parent 57e9c47 commit 5901131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-to-ngc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
id: generate-matrix
run: |
#!/bin/bash
matrix=$(yq 'del(.DASK_SQL_VER)' matrix.yaml | yq -o json)
echo "matrix=$matrix" >> $GITHUB_OUTPUT
matrix=$(yq 'del(.DASK_SQL_VER)' matrix.yaml | yq -o json -c)
echo "matrix=${matrix}" | tee -a ${GITHUB_OUTPUT}
copy-images:
name: Copy (${{ matrix.CUDA_VER }}, ${{ matrix.PYTHON_VER }})
Expand Down

0 comments on commit 5901131

Please sign in to comment.