From f247e75d3bcda216ae5ac0b4a96baf40ba12fa5a Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 26 Jul 2023 10:51:08 +0200 Subject: [PATCH] use python3.9 --- .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 cc64777..ecb694d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,7 +89,7 @@ jobs: run: | git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal cd Inkycal - python3 -m venv venv + python3.9 -m venv venv source venv/bin/activate python -m pip install --upgrade pip pip install wheel