Skip to content

Commit 2ab954f

Browse files
committed
.gitlab-ci.yml: Fix release_job error.
Signed-off-by: lbuque <1102390310@qq.com>
1 parent fa25735 commit 2ab954f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ release_job:
7777
- echo "Releasing the M5Burn..."
7878
- sudo apt install pipx -y
7979
- pipx install uv
80+
- pipx ensurepath
81+
- export PATH="$PATH:$HOME/.local/bin"
8082
- uv venv
8183
- source .venv/bin/activate
84+
- uv pip install requests
8285
- python ./tools/release.py
8386
only:
8487
refs:

0 commit comments

Comments
 (0)