Skip to content

Commit

Permalink
Why CI, why?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Sep 9, 2023
1 parent 1c78d7e commit 7427e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 requests
- pip3 install --break-system-packages requests
script:
- ./deploy/release_check.py

Expand Down

0 comments on commit 7427e6a

Please sign in to comment.