From 08069f89d3b94649cb482ae690d517293c486a8b Mon Sep 17 00:00:00 2001 From: lbesnard Date: Thu, 2 May 2024 15:59:45 +1000 Subject: [PATCH] try to fix build --- .github/workflows/test-setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-setup.yml b/.github/workflows/test-setup.yml index 671d153..9d65bf5 100644 --- a/.github/workflows/test-setup.yml +++ b/.github/workflows/test-setup.yml @@ -20,9 +20,9 @@ jobs: submodules: 'true' - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: 3.10 - name: Install package dependencies run: |