Update tests.yml

This commit is contained in:
Ace 2023-07-26 03:50:30 +02:00 committed by GitHub
parent a6b9e40be9
commit ad28e23967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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