Skip to content

Commit

Permalink
usage python image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent 75dfc19 commit 2e1e8ab
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,11 @@ steps:
"prepare-generator-jar"
]

- name: ubuntu:24.04
entrypoint: bash
- name: python:3.12.7-alpine3.20
entrypoint: /bin/sh
args:
- "-c"
- |
apt update && apt install -y python3 python3.12-venv
python3 -m venv .venv
source .venv/bin/activate
pip install --require-hashes -r requirements.txt
Expand Down

0 comments on commit 2e1e8ab

Please sign in to comment.