Skip to content

Commit

Permalink
ci: do not install libpostal
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Feb 4, 2025
1 parent 28862cf commit 14b6072
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ jobs:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"

- name: Install libpostal
run: |
git clone https://github.com/openvenues/libpostal
cd libpostal
./bootstrap.sh
mkdir -p /libpostal/
./configure --datadir=/libpostal/
sudo make -j8
sudo make install
- name: Install the project
run: uv sync --dev

Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ jobs:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"

- name: Install libpostal
run: |
git clone https://github.com/openvenues/libpostal
cd libpostal
./bootstrap.sh
mkdir -p /libpostal/
./configure --datadir=/libpostal/
sudo make -j8
sudo make install
- name: Install the project
run: uv sync --group docs

Expand Down

0 comments on commit 14b6072

Please sign in to comment.