From f39c72ef076eebbc68e9542d45b899a96dce32f1 Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Thu, 28 Nov 2024 11:05:31 +0530 Subject: [PATCH] move unit tests from nose tests to pytest --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2d71a33..63b64be 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10] + python-version: ['3.8', '3.9', '3.10'] steps: - name: Check out code uses: actions/checkout@v2