Update tests.yml
This commit is contained in:
parent
5656b9a152
commit
2a1b55993f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -84,12 +84,10 @@ 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
|
|
||||||
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
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
|
Loading…
Reference in New Issue
Block a user