Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadzainabbas authored Nov 27, 2023
1 parent 75c5aa2 commit bae1cee
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 "matrix=$(jq -c '[.[] | tostring]' <<< "${{ env.PYTHON_VERSIONS }}")" >> $GITHUB_OUTPUT
run: echo "matrix=$(jq -c '[.[] | tostring]' <<< '${{ env.PYTHON_VERSIONS }}')" >> $GITHUB_OUTPUT

build-ubuntu:
name: Build on Ubuntu
Expand Down

0 comments on commit bae1cee

Please sign in to comment.