Skip to content

Commit d74d2a7

Browse files
Joy MonteiroJoy Monteiro
authored andcommitted
fix imaginary import
1 parent 947c068 commit d74d2a7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release_climt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
3535
CIBW_SKIP: "*-musllinux_*"
36-
CIBW_ARCHS_LINUX: "x86_64 aarch64"
36+
CIBW_ARCHS_LINUX: "x86_64"
3737
CIBW_ENVIRONMENT: "CC=gcc FC=gfortran CLIMT_ARCH=Linux"
3838
if: ${{ runner.os == 'Linux' }}
3939
run: python -m cibuildwheel --output-dir dist
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from .component import EmanuelConvection
2-
from .pure_python import EmanuelConvectionPython
32

4-
__all__ = ("EmanuelConvection", "EmanuelConvectionPython")
3+
__all__ = ["EmanuelConvection"]

0 commit comments

Comments
 (0)