Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Jan 21, 2024
1 parent f949f74 commit 5152a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ yum install -y zlib-devel openssl-devel freetype-devel freeglut-devel alsa-lib-d
xorg-x11-proto-devel xorg-x11-proto-devel libcurl-devel libpng-devel libX11-devel libXcursor-devel \
libXrandr-devel libXinerama-devel libXrender-devel libXcomposite-devel libXinerama-devel libXcursor-devel wget && \
wget https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0-1.noarch.rpm && \
yum localinstall lcov-2.0-1.noarch.rpm
yum localinstall -y -q lcov-2.0-1.noarch.rpm
"""
#repair-wheel-command = """
#pip install auditwheel-symbols && (auditwheel repair -w {dest_dir} {wheel} || auditwheel-symbols --manylinux 2014 {wheel})
Expand Down

0 comments on commit 5152a37

Please sign in to comment.