From bae1cee4aa3078ccb6f16b5f3f8af66b938aedf5 Mon Sep 17 00:00:00 2001 From: Mohammad Zain Abbas Date: Mon, 27 Nov 2023 13:08:30 +0100 Subject: [PATCH] Minor fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bfef9c..cc2dfa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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