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 503e24c commit 0ef7b31Copy full SHA for 0ef7b31
libmamba.yaml
@@ -69,6 +69,12 @@ pipeline:
69
patches: |
70
support-shared-libs.patch
71
72
+ - runs: |
73
+ # Our `cmake --version` includes a git SHA suffix which skbuild trips
74
+ # over: as we're well above the required minimum version, remove it to
75
+ # avoid the failing code path
76
+ sed -i '/cmake_minimum_required_version=/d' libmambapy/setup.py
77
+
78
- uses: cmake/configure
79
with:
80
opts: |
0 commit comments