Skip to content

Commit

Permalink
No gpg check on yum
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Jan 30, 2024
1 parent 49f5bd7 commit 6f747de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ select = "cp3{8,9,10}-*"
[tool.cibuildwheel.linux]

before-all = [
"yum update -y --nogpgcheck",
"yum update -y",
"yum install -y epel-release",
"yum -y install boost-devel swig cmake"
Expand Down

0 comments on commit 6f747de

Please sign in to comment.