Open
Conversation
This was referenced Dec 23, 2021
Open
Debug version crashes here, release version optimizes away the check.
Contributor
Author
|
@JohanMabille or @davidbrochart, can you comment on CI failure? I have different test failures in a local build: I am stuck on pretty basic stuff, so help is greatly appreciated. |
e0cb3ea to
f0f1e9f
Compare
Contributor
Author
This seems to be a waste of time. |
| displayName: Add conda to PATH | ||
|
|
||
| - bash: sudo apt-get install libxerces-c | ||
| displayName: Add conda to PATH |
Member
There was a problem hiding this comment.
Hi,
Sorry for the late reply. Dependencies should be installed with mamba or added in the environment-dev.yml so be sure they're built with a compatible runtime., instead of relying on the build machine.
Contributor
Author
There was a problem hiding this comment.
I tried that too, but am not familiar with conda. I can try again.
Contributor
Author
There was a problem hiding this comment.
It turns out my attempt does nothing.
1196935 to
0400b64
Compare
The error was: CMake Error at C:/Libs/xtl-vs19/xtlConfig.cmake:26 (message): File or directory C://include referenced by variable xtensor_zarr_INCLUDE_DIRS does not exist ! Call Stack (most recent call first): C:/Libs/xtensor-zarr-vs19/xtensor-zarrConfig.cmake:49 (set_and_check) CMakeLists.txt:6 (find_package)
|
So who has write access to this repository to merge these pull requests ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The error was: