Update tests.yml

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

View File

@ -79,7 +79,7 @@ jobs:
sudo apt-get update -y
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
cd ~/home/$USER
cd /home/inky
- name: Clone Inkycal repo
uses: actions/checkout@v3
@ -89,7 +89,7 @@ jobs:
- name: install requirements and run tests
run: |
ls
cd ~/home/$USER/Inkycal
cd /home/inky/Inkycal
. venv/bin/activate
python -m pip install --upgrade pip
pip install wheel