Skip to content

Commit 0c1993e

Browse files
committed
switch from poetry to uv
1 parent 42ded15 commit 0c1993e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/rhel.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
23-
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5
22+
- name: Install uv and set python 3.11
23+
uses: astral-sh/setup-uv@v5
2524
with:
2625
python-version: '3.11'
27-
2826
- name: Install podman and uv
29-
run: sudo apt-get update && sudo apt-get install -y podman uv
30-
27+
run: sudo apt-get update && sudo apt-get install -y podman
3128
- name: Run build in docker
3229
run: ./.github/scripts/build_rhel.sh
3330
shell: bash

0 commit comments

Comments
 (0)