Skip to content

Commit eb37fa0

Browse files
authored
Reenable wheel tests for mac arm
1 parent 9570b68 commit eb37fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
6666
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
6767
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
68-
CIBW_TEST_SKIP: "*-win_arm64 *-macosx_arm64"
68+
CIBW_TEST_SKIP: "*-win_arm64"
6969
CIBW_BUILD_VERBOSITY: 1
7070

7171
- name: Upload wheel(s) as build artifacts

0 commit comments

Comments
 (0)