We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256ebd6 commit c162c24Copy full SHA for c162c24
.github/workflows/python.yml
@@ -7,7 +7,8 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- test:
+ tests:
11
+ name: Run tests on Python ${{ matrix.python-version }}
12
runs-on: ubuntu-latest
13
strategy:
14
fail-fast: false
pyproject.toml
@@ -96,7 +96,7 @@ ignore = [
96
97
[tool.scikit-build]
98
cmake.build-type = "Release"
99
-cmake.define = { "OPENAE_BUILD_PYTHON" = "ON" }
+cmake.define = { "BUILD_SHARED_LIBS" = "OFF", "OPENAE_BUILD_PYTHON" = "ON" }
100
wheel.packages = ["openae"]
101
build.verbose = true
102
build-dir = "build/python/{wheel_tag}"
0 commit comments