Skip to content

Commit

Permalink
CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadzainabbas authored Nov 27, 2023
1 parent bfadf4c commit 7c4d741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- id: set-matrix
run: echo "::set-output name=matrix::$(jq -c '[.[] | tostring]' <<< ${{ env.PYTHON_VERSIONS }}
run: echo "::set-output name=matrix::$(jq -c '[.[] | tostring]' <<< "${{ env.PYTHON_VERSIONS }}")"

# prepare-matrix:
# name: Prepare Matrix Output
Expand Down

0 comments on commit 7c4d741

Please sign in to comment.