Update tests.yml
This commit is contained in:
parent
853130e2d5
commit
49c923e107
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -89,12 +89,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
. venv/bin/activate
|
python3 -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
cd inkycal/tests
|
cd inkycal/tests
|
||||||
echo $PWD
|
|
||||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||||
for f in *.py; do python3 "$f"; done
|
for f in *.py; do python3 "$f"; done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user