Update tests.yml
This commit is contained in:
parent
c641dc7111
commit
5656b9a152
27
.github/workflows/tests.yml
vendored
27
.github/workflows/tests.yml
vendored
@ -84,21 +84,18 @@ jobs:
|
|||||||
sudo apt-get install -y python3-pip
|
sudo apt-get install -y python3-pip
|
||||||
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev -y
|
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev -y
|
||||||
echo $PWD && ls
|
echo $PWD && ls
|
||||||
|
python --version
|
||||||
- name: Install Inkycal and run tests
|
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||||
run: |
|
cd Inkycal
|
||||||
python --version
|
python3 -m venv venv
|
||||||
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
source venv/bin/activate
|
||||||
cd Inkycal
|
python --version
|
||||||
python3 -m venv venv
|
python -m pip install --upgrade pip
|
||||||
source venv/bin/activate
|
pip install wheel
|
||||||
python --version
|
pip install -e ./
|
||||||
python -m pip install --upgrade pip
|
cd inkycal/tests
|
||||||
pip install wheel
|
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||||
pip install -e ./
|
for f in *.py; do python3 "$f"; done
|
||||||
cd inkycal/tests
|
|
||||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
|
||||||
for f in *.py; do python3 "$f"; done
|
|
||||||
|
|
||||||
- name: Compress the release image
|
- name: Compress the release image
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user