From 5983784581b62891955d37e1182fd1e2b1ec5a1d Mon Sep 17 00:00:00 2001 From: Kefei Mo Date: Tue, 7 Mar 2023 14:50:34 -0600 Subject: [PATCH] get quote back, otherwise python3.10 got cast into python3.1 --- .github/workflows/deploy-pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pre-release.yml b/.github/workflows/deploy-pre-release.yml index e3c9af9..e9203da 100644 --- a/.github/workflows/deploy-pre-release.yml +++ b/.github/workflows/deploy-pre-release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ 3.8, 3.9, 3.10 ] + python-version: [ '3.8', '3.9', '3.10' ] steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"