From a28a6e975f14731bdc2bd0cbdca897035491e9a7 Mon Sep 17 00:00:00 2001 From: koushik-kiran-kumar Date: Mon, 24 Jun 2024 15:54:26 +0530 Subject: [PATCH] fix: workflows --- .github/workflows/build_test.yml | 2 +- pytest.ini => pyt.ini | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pytest.ini => pyt.ini (100%) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 74e331d..1699fff 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.6, 3.7] + python-version: [3.6] steps: - uses: actions/checkout@v4 diff --git a/pytest.ini b/pyt.ini similarity index 100% rename from pytest.ini rename to pyt.ini