Skip to content

Commit

Permalink
Skip pypy wheels on circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 15, 2024
1 parent ee3a095 commit 2ac0152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- run:
name: Build the Linux aarch64 wheels.
environment:
CIBW_SKIP: "pp*"
CIBW_BEFORE_BUILD_LINUX: bash packaging/install_dependencies.sh
CIBW_ENVIRONMENT_LINUX: >
PATH=/nmodlwheel/flex/bin:/nmodlwheel/bison/bin:$PATH
Expand Down

0 comments on commit 2ac0152

Please sign in to comment.