This commit is contained in:
Ace 2024-02-14 09:38:04 +01:00 committed by GitHub
parent 96bb8448c2
commit d1edaaa70e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ jobs:
echo $PWD && ls
git clone https://github.com/aceinnolab/Inkycal
cd Inkycal
python3.11 -m venv venv
python3 -m venv venv
. venv/bin/activate
python -m pip install --upgrade pip
pip install wheel