Skip to content

Commit

Permalink
Fix coverage setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Feb 10, 2024
1 parent 43717ee commit ab65997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ manylinux-i686-image = "manylinux2014"
before-build = [
"""yum install -y zlib-devel openssl-devel freetype-devel freeglut-devel alsa-lib-devel mesa-libGL-devel 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 xorg-x11-server-Xvfb wget perl-JSON-XS""",
libXcomposite-devel libXinerama-devel libXcursor-devel xorg-x11-server-Xvfb wget cpan""",
"wget https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0-1.noarch.rpm",
"yum localinstall -y lcov-2.0-1.noarch.rpm",
"cpan install JSON:XS",
"sed -i \"s/use JSON::PP/use JSON::XS/g\" /usr/bin/geninfo"
]
test-command = [
Expand Down

0 comments on commit ab65997

Please sign in to comment.