From 116d56da6c9203abf10d63e72ca94c1170e9bc01 Mon Sep 17 00:00:00 2001 From: Abhijeet Kaurav Date: Tue, 28 Nov 2023 20:06:31 +0530 Subject: [PATCH] fix --- .github/workflows/build-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-new.yml b/.github/workflows/build-new.yml index a33c8925..6d9ccead 100644 --- a/.github/workflows/build-new.yml +++ b/.github/workflows/build-new.yml @@ -9,7 +9,7 @@ jobs: runs-on: self-hosted strategy: matrix: - python-version: ['3.7.11"'] + python-version: ['3.7.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}