mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Attempt to fix CI builds
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@@ -49,6 +49,7 @@ jobs:
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
manylinux: auto
|
||||
- name: Build free-threaded wheels
|
||||
if: ${{ !contains(matrix.platform.runner, 'windows') }} # Excluding because free thread build fails on windows
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
|
||||
Reference in New Issue
Block a user