Update tests.yml

This commit is contained in:
Ace 2023-07-26 04:24:37 +02:00 committed by GitHub
parent 853130e2d5
commit 49c923e107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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