Fix CI, add wheels, adjust for SCM policy #87
Annotations
3 errors and 1 warning
Run actions/setup-python@v4
[notice] A new release of pip is available: 23.0.1 -> 23.3.1
[notice] To update, run: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip
|
Build wheels
Command curl -L https://github.com/fmtlib/fmt/archive/refs/tags/7.1.3.tar.gz -o fmt-7.1.3.tar.gz && tar xf fmt-7.1.3.tar.gz && cmake -S fmt-7.1.3 -B fmt-7.1.3/build -DFMT_TEST=OFF -DFMT_DOC=OFF && cmake --build fmt-7.1.3/build --target install --config Release && git clone https://github.com/equinor/layered-file-protocols.git && cmake -S layered-file-protocols -B layered-file-protocols/build -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DLFP_FMT_HEADER_ONLY=ON -DBUILD_TESTING=OFF && cmake --build layered-file-protocols/build --target install --config Release && curl -L https://github.com/mpark/variant/archive/refs/tags/v1.4.0.tar.gz -o variant-1.4.0.tar.gz && tar xf variant-1.4.0.tar.gz && cmake -S variant-1.4.0 -B variant-1.4.0/build && cmake --build variant-1.4.0/build --target install --config Release failed with code 2. None
|
Build wheels
Process completed with exit code 1.
|
Post Run actions/checkout@v3
The process '/opt/homebrew/bin/git' failed with exit code 128
|
The logs for this run have expired and are no longer available.
Loading