From 87108eb89e1768441b60eab151e9d2e91b5e37be Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 14 Apr 2022 04:59:45 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f92fedc..dc42dcd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.10 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.10 + python-version: 3.9 - name: Clone repo run: |