Skip to content

Commit 6e35ec2

Browse files
committed
Try another container
1 parent b1a99f2 commit 6e35ec2

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
WORKDIR: /home/runner/work/root
2424
container:
25-
image: registry.cern.ch/root-ci/ubuntu2404:buildready
26-
options: '--security-opt label=disable --rm'
25+
image: ubuntu:latest
26+
options: '--user=cibuildwheel'
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
@@ -32,14 +32,6 @@ jobs:
3232

3333
- name: Setup Python
3434
uses: actions/setup-python@v5
35-
with:
36-
python-version: 3.13
37-
38-
- name: Set up Python Virtual Environment
39-
run: |
40-
python -m venv /py-venv/cibuildwheel-env
41-
. /py-venv/cibuildwheel-env/bin/activate
42-
echo PATH=$PATH >> $GITHUB_ENV
4335

4436
- name: Update repositories
4537
run: apt-get update
@@ -50,6 +42,9 @@ jobs:
5042
- name: Install XRootD client
5143
run: apt-get -y install xrootd-client
5244

45+
- name: Install ccache
46+
run: apt-get -y install ccache
47+
5348
- name: Configure large ccache
5449
if: ${{ matrix.is_special }}
5550
run: |

0 commit comments

Comments
 (0)