From 44102aabeb03f2ed769d4d9518e2a55aec1fbcfd Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Thu, 28 Nov 2024 11:04:40 +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 3e88048..2d71a33 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.6, 3.7, 3.8, 3.9, 3.10] + python-version: [3.8, 3.9, 3.10] steps: - name: Check out code uses: actions/checkout@v2