Skip to content

Commit

Permalink
test macos_deployment_target
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Sep 16, 2024
1 parent aecbe06 commit ba9f549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: yum install -y udunits2-devel
CIBW_BEFORE_BUILD_MACOS: brew install udunits
CIBW_TEST_REQUIRES: pytest
CIBW_ENVIROMENT: >-
MACOSX_DEPLOYMENT_TARGET=14.0
CIBW_TEST_COMMAND: >
python -c 'import cf_units; print(f"cf-units v{cf_units.__version__}")' &&
python -m pytest --pyargs cf_units
Expand Down

0 comments on commit ba9f549

Please sign in to comment.