From b25f1b4f0aa8e58404a785bc8be1fdbf8af00e8a Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 23 Jul 2023 04:22:41 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3dc3236..1807f18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,7 +68,9 @@ jobs: apt-get install -y python3-pip cd /Inkycal . venv/bin/activate - pip3 install -r requirements.txt + 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