Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ r95: image: rockylinux:9 script: - dnf install -y python3 python3-pip - pip3 install --no-index --find-links=wheels pyinstaller - pip3 install pyinstaller - pip3 install -r requirements.txt - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py ${CI_JOB_NAME}.py artifacts: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ r95: image: rockylinux:9 script: - dnf install -y python3 python3-pip - pip3 install --no-index --find-links=wheels pyinstaller - pip3 install pyinstaller - pip3 install -r requirements.txt - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py ${CI_JOB_NAME}.py artifacts: Loading