Skip to content

Commit

Permalink
more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsellan committed Jun 1, 2024
1 parent 888ae7a commit 63ac418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ciwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# CIBW_TEST_COMMAND_LINUX: "python -m pip install tetgen && cd {project} && python -m unittest -v"
# CIBW_TEST_COMMAND: "python -m pip install tetgen && python -m unittest -v"
# CIBW_BEFORE_BUILD_LINUX : "yum remove -y cmake && python -m pip install\ cmake && yum -y install gmp-devel\ mpfr-devel && python -m pip install numpy"
CIBW_BEFORE_BUILD_LINUX : "yum install -y libXrandr libXrandr-devel"
CIBW_BEFORE_BUILD_LINUX : "yum install -y libXrandr libXrandr-devel libxinerama libxinerama-devel"
CIBW_BUILD: "${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}"
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_ENVIRONMENT: "MAX_JOBS=2"
Expand Down

0 comments on commit 63ac418

Please sign in to comment.