Update tests.yml

This commit is contained in:
Ace 2023-07-23 04:22:41 +02:00 committed by GitHub
parent ec378139d5
commit b25f1b4f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,9 @@ jobs:
apt-get install -y python3-pip apt-get install -y python3-pip
cd /Inkycal cd /Inkycal
. venv/bin/activate . venv/bin/activate
pip3 install -r requirements.txt python -m pip install --upgrade pip
pip install wheel
pip install -e ./
cd inkycal/tests cd inkycal/tests
echo $PWD echo $PWD
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json