From bf02740c765db0ef69a9c5fd177b79c17e4c55c3 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Wed, 6 Sep 2023 22:01:03 +0100 Subject: [PATCH] Fix CI type check Python version (#517) Fix an issue introduced by #510, which only surfaced in the CI after the PR was merged. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97ea9cd39..5ceafe11c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 with: - python-version: '3.10' + python-version: '3.9' architecture: 'x64' - uses: actions/cache@v3 with: