1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix package name

This commit is contained in:
Elias Steurer 2022-12-17 14:11:46 +01:00
parent 8ff12d2c82
commit d6a9d323cf

View File

@ -13,8 +13,8 @@ stages:
before_script:
- apt update -y
- apt install python3 python3-pip -y
- python3 -m pip3 install -U pip
- python3 -m pip3 install -r Tools/requirements.txt
- python3 -m pip install -U pip
- python3 -m pip install -r Tools/requirements.txt
- python3 Tools/setup.py
.base_osx_build: