Skip to content

Commit

Permalink
Rollback abseil-cpp version for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Sep 19, 2023
1 parent 00eb41c commit 2dbb805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ source:

build:
skip: true # [python_impl == 'pypy']
script: {{ PYTHON }} -m pip install . -vv
script: |
sed -i '' -E 's/20230802.0/20230125.3/' CMakeLists.txt # [osx]
{{ PYTHON }} -m pip install . -vv
number: 0
script_env: # [win]
# Unset `CMAKE_GENERATOR` and let Visual Studio set to its default
Expand Down

0 comments on commit 2dbb805

Please sign in to comment.