Skip to content

Commit

Permalink
working mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Sep 18, 2024
1 parent 5adea72 commit 8a82027
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
version: py311
posargs: "--cov-report=xml --cov"
post-command: codecov
- os: macos-latest
version: py311
platform: osx
# TODO: enable macos support
# - os: macos-latest
# version: py311
# platform: osx
steps:
- name: "Checkout"
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: build
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ENVIRONMENT: MACOS_DEPLOYMENT_TARGET=14.0
CIBW_BEFORE_BUILD_LINUX: yum install -y udunits2-devel
CIBW_BEFORE_BUILD_MACOS: brew install udunits
CIBW_TEST_REQUIRES: pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/cf-units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- setuptools >=45
- setuptools_scm >=7.0
- cython
- numpy==1.26.4
- numpy

# core dependencies
- antlr-python-runtime 4.11.1.* # To update this, see cf_units/_udunits2_parser/README.md
Expand Down

0 comments on commit 8a82027

Please sign in to comment.