Skip to content

Commit ca7e94e

Browse files
authored
Cibw test (GraphBLAS#3)
* Bump version for testpypi * Update for linux images * Enable linux aarch64, disable osx-arm64 * Bunch of changes from scikit-learn's file * Undo last changes * Try to see what is modifying repo
1 parent 6397c7e commit ca7e94e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/wheels.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,20 @@ jobs:
4040
# Loosely based on scikit-learn's config:
4141
# https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/wheels.yml
4242
include:
43-
- os: windows-latest
44-
python-version: "3.8"
45-
platform_id: win_amd64
43+
# - os: windows-latest
44+
# python-version: "3.8"
45+
# platform_id: win_amd64
4646

4747
# Linux 64 bit manylinux2014
4848
- os: ubuntu-latest
4949
python-version: "3.8"
50-
python: 38
5150
platform_id: manylinux_x86_64
5251
manylinux_image: manylinux2014
5352

5453
# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
55-
- os: macos-latest
56-
python-version: "3.8"
57-
platform_id: macosx_x86_64
54+
# - os: macos-latest
55+
# python-version: "3.8"
56+
# platform_id: macosx_x86_64
5857

5958
steps:
6059
- uses: actions/checkout@v3
@@ -122,8 +121,11 @@ jobs:
122121
CIBW_TEST_SKIP: "*-macosx_arm64"
123122

124123
run: |
124+
git status
125125
python -m pip install cibuildwheel
126126
python -m cibuildwheel --output-dir wheelhouse .
127+
git status
128+
git diff .
127129
shell: bash
128130

129131
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)