From ebbe85cf9dc05f78a9631394e5213c00f4868de2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Jul 2023 18:12:45 -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 d6131fc15a..fd9d90bdb5 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.x # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8) + python-version: 3.9.6 # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8) - name: Install dependencies run: pip install -r requirements.txt