Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Sep 9, 2023
1 parent 00f40e8 commit 1c78d7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab/ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ release:check:
before_script:
- apt-get update -qq
- apt-get install -y python3-pip
- pip3 install --break-system-packages requests
- pip3 install requests
script:
- ./deploy/release_check.py

Expand All @@ -54,7 +54,7 @@ release:check_deb:
before_script:
- apt-get update -qq
- apt-get install -y python3-pip xvfb
- pip3 install --break-system-packages requests
- pip3 install requests
script:
- ./deploy/release_check.py --package "Deb Package" --action check_hash
- ./deploy/release_check.py --package "Deb Package" --action download
Expand All @@ -77,7 +77,7 @@ release:check_appimage:
before_script:
- apt-get update -qq
- apt-get install -y libfuse2 libgl1-mesa-dev libglib2.0-0 python3-pip xvfb libqt5widgets5
- pip3 install --break-system-packages requests
- pip3 install requests
script:
- ./deploy/release_check.py --package "Linux Appimage" --action check_hash
- ./deploy/release_check.py --package "Linux Appimage" --action download
Expand All @@ -103,5 +103,5 @@ release:check_pypi:
- apt-get install -y python3-pip curl libqt5widgets5 libqt5xml5 potrace ffmpeg libarchive13
script:
- PYPI_VERSION="`./deploy/pypi_version_latest.sh`"
- pip3 install --break-system-packages glaxnimate=="$PYPI_VERSION"
- pip3 install glaxnimate=="$PYPI_VERSION"
- ./deploy/pypi_version_check.py "$PYPI_VERSION"

0 comments on commit 1c78d7e

Please sign in to comment.