Update tests.yml
This commit is contained in:
parent
ec378139d5
commit
b25f1b4f0a
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user