From 49c923e107e75ea1f331bd7201568a7e669cd852 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 26 Jul 2023 04:24:37 +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 cc15812..cc64777 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,12 +89,12 @@ jobs: run: | git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal cd Inkycal - . venv/bin/activate + python3 -m venv venv + source venv/bin/activate python -m pip install --upgrade pip pip install wheel pip install -e ./ cd inkycal/tests - echo $PWD wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json for f in *.py; do python3 "$f"; done