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 8691782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-ngc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
#!/bin/bash
matrix=$(yq 'del(.DASK_SQL_VER)' matrix.yaml | yq -o json)
echo "matrix=$matrix" >> $GITHUB_OUTPUT
echo "matrix=${matrix}" | tee -a ${GITHUB_OUTPUT}
copy-images:
name: Copy (${{ matrix.CUDA_VER }}, ${{ matrix.PYTHON_VER }})
Expand Down

0 comments on commit 8691782

Please sign in to comment.