Skip to content

Commit 894a2af

Browse files
author
Mattia Montanari
committed
fix(ci): use double precision for Python ctypes tests
Python wrapper uses c_double, so library must be built with USE_32BITS=OFF
1 parent c47f4e4 commit 894a2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Install pip
7676
run: python -m pip install --upgrade pip
7777
- name: Configure CMake
78-
run: cmake -B ${{ github.workspace }}/build -DBUILD_SIMD=OFF -DBUILD_TESTS=OFF
78+
run: cmake -B ${{ github.workspace }}/build -DBUILD_SIMD=OFF -DBUILD_TESTS=OFF -DUSE_32BITS=OFF
7979
env:
8080
CMAKE_BUILD_TYPE: Release
8181
- name: Build

0 commit comments

Comments
 (0)