From cc7938a2eecc1d9d96cda2ef21647bb0a4bdf11d Mon Sep 17 00:00:00 2001 From: Vyomakesh Dundigalla <54256947+vyomakesh09@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:45:41 +0000 Subject: [PATCH] Bumping python version for testing.yml python-version: 3.10 --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ccb5a6b9..a97b1a82 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.10 - name: Install dependencies run: | @@ -24,4 +24,4 @@ jobs: pip install pytest - name: Run unit tests - run: pytest \ No newline at end of file + run: pytest