Skip to content

Commit

Permalink
Fix PyICU links in project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Nov 6, 2024
1 parent 2bc53e8 commit 7c78c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_package_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
brew bundle install --file=Brewfile
# configure PATH & PKG_CONFIG_PATH as per
# https://gitlab.pyicu.org/main/pyicu#installing-pyicu
# https://gitlab.pyicu.org/main/pyicu
echo "/opt/homebrew/opt/icu4c/bin:/opt/homebrew/opt/icu4c/sbin:$PATH" >> $GITHUB_PATH
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/homebrew/opt/icu4c/lib/pkgconfig" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion docs/source/scribe_data/unicode/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unicode/

The Scribe-Data Unicode process is powered by `cldr-json <https://github.com/unicode-org/cldr-json>`_ data from the `Unicode Consortium <https://home.unicode.org/>`_ and `PyICU <https://gitlab.pyicu.org/main/pyicu>`_, a Python extension that wraps the Unicode Consortium's `International Components for Unicode (ICU) <https://github.com/unicode-org/icu>`_ C++ project.

Please see the `installation guide for PyICU <https://gitlab.pyicu.org/main/pyicu#installing-pyicu>`_ as the extension must be linked to ICU on your machine to work properly.
Please see the `installation guide for PyICU <https://gitlab.pyicu.org/main/pyicu>`_ as the extension must be linked to ICU on your machine to work properly.

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion src/scribe_data/unicode/UNICODE_INSTALLTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Scribe-Data Unicode process is powered by [cldr-json](https://github.com/unicode-org/cldr-json) data from the [Unicode Consortium](https://home.unicode.org/) and [PyICU](https://gitlab.pyicu.org/main/pyicu), a Python extension that wraps the Unicode Consortium's [International Components for Unicode (ICU)](https://github.com/unicode-org/icu) C++ project.

Please see the [installation guide for PyICU](https://gitlab.pyicu.org/main/pyicu#installing-pyicu) as the extension must be linked to ICU on your machine to work properly.
Please see the [installation guide for PyICU](https://gitlab.pyicu.org/main/pyicu) as the extension must be linked to ICU on your machine to work properly.

## macOS Support

Expand Down

0 comments on commit 7c78c56

Please sign in to comment.