Update tests.yml
This commit is contained in:
parent
a6b9e40be9
commit
ad28e23967
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
@ -83,16 +83,11 @@ 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
|
||||||
cd /home/inky
|
|
||||||
|
|
||||||
- name: Clone Inkycal repo
|
- name: Install Inkycal and run tests
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
ref: main
|
|
||||||
|
|
||||||
- name: install requirements and run tests
|
|
||||||
run: |
|
run: |
|
||||||
ls
|
cd /home/inky
|
||||||
|
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
|
||||||
cd /home/inky/Inkycal
|
cd /home/inky/Inkycal
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user