Skip to content

Commit 9e7f3dc

Browse files
Update manylinuxtest.yml
1 parent 226dcf6 commit 9e7f3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manylinuxtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Docker container (manylinux_2_28_x86_64)
1616
run: |
1717
docker run --rm -v $(pwd):/io quay.io/pypa/manylinux_2_28_x86_64 /bin/bash -c "
18-
yum install -y ibXrandr
18+
yum install -y libXrandr
1919
/opt/python/cp310-cp310/bin/python3.10 -m pip install --upgrade pip
2020
/opt/python/cp310-cp310/bin/python3.10 -m pip install pmma==5.0.10
2121
/opt/python/cp310-cp310/bin/python3.10 -c 'import pmma; print(pmma.__version__)'

0 commit comments

Comments
 (0)