Skip to content

Commit 35feae5

Browse files
committed
Merge remote-tracking branch 'origin/master' into sciagraph-multiprocessing
2 parents 95977ad + 342fe78 commit 35feae5

File tree

9 files changed

+328
-295
lines changed

9 files changed

+328
-295
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
if: startsWith(matrix.os, 'mac') && (matrix.python-version == '3.9')
4747
run: |
4848
rustup target add aarch64-apple-darwin
49-
#- uses: Swatinem/rust-cache@v1
50-
# with:
51-
# key: "${{ matrix.os }}-${{ matrix.python-version }}"
49+
# - uses: Swatinem/rust-cache@v1
50+
# with:
51+
# key: "${{ matrix.os }}-${{ matrix.python-version }}"
5252
- name: "Install gfortran"
5353
if: contains(matrix.os, 'ubuntu')
5454
run: |
@@ -80,7 +80,9 @@ jobs:
8080
env:
8181
MACOSX_DEPLOYMENT_TARGET: "10.15"
8282
CIBW_ARCHS_MACOS: "x86_64 arm64"
83-
CIBW_SKIP: "cp37-macosx_arm64 cp36* pp*"
83+
CIBW_SKIP: "cp37-macosx_arm64 cp36* pp* cp311*"
84+
CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
85+
CIBW_TEST_COMMAND: python -m filprofiler run {project}/benchmarks/pystone.py
8486
with:
8587
output-dir: dist
8688
- name: "Build manylinux wheels"

0 commit comments

Comments
 (0)