ci: Unpin libcxx <18 (#3375)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-08-01 09:16:30 +02:00 committed by GitHub
parent 16fec215e9
commit bc89383ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -28,12 +28,6 @@ jobs:
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
- name: Use libcxx <18 (see conda-forge/libcxx-feedstock#162)
# TODO: remove this step once the issue is fixed
# See: https://github.com/conda-forge/libcxx-feedstock/issues/162
if: startsWith(inputs.os, 'macos')
run: |
micromamba install -n build_env -c conda-forge "libcxx<18"
- uses: hendrikmuhs/ccache-action@main
with:
variant: sccache