Skip to content

Commit

Permalink
again change pinned version of wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jan 16, 2020
1 parent 984df80 commit 2473c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuildwheel/macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def call(args, env=None, cwd=None, shell=False):
assert os.path.exists(os.path.join(installation_bin_path, 'pip'))
call(['pip', '--version'], env=env)
call(['pip', 'install', '--upgrade', 'setuptools'], env=env)
call(['pip', 'install', 'git+https://github.com/Czaki/wheel.git@0dd9f3e66893517ec4c9521db523ea3a899a5148'], env=env)
call(['pip', 'install', 'git+https://github.com/pypa/wheel.git@882650d0fd2fadd75f4ea7c5d6b62f15f81b398a'], env=env)
call(['pip', 'install', 'delocate'], env=env)

# run the before_build command
Expand Down

0 comments on commit 2473c40

Please sign in to comment.