diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e0f2f..a6e3ca8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,12 @@ jobs: # python -m pip install cibuildwheel==3.0.0 python -m pip install git+https://github.com/freakboy3742/cibuildwheel.git@ios-support + - name: iOS testing set workaround + if: matrix.platform == 'ios' + run: | + # Temp workaround - make sure there is an iOS test devices directory + mkdir -p /Users/runner/Library/Developer/XCTestDevices + - name: Build wheels run: python -m cibuildwheel env: