From e25f7e94e6f7864b99d104f1c06898e2ed8e0ba5 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Jul 2023 18:13:35 -0700 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd9d90bdb5..a2658432d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9.6 # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8) + python-version: 3.8 # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8) - name: Install dependencies run: pip install -r requirements.txt