Skip to content

Commit

Permalink
Add osmium deps to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Nov 1, 2024
1 parent f4ce403 commit b54cff0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
miniforge-version: latest
use-mamba: true

# https://pypi.org/project/osmium/
- name: Install osmium deps
shell: bash -el {0}
run: |
sudo apt-get update
sudo apt-get install build-essential cmake libboost-dev \
libexpat1-dev zlib1g-dev libbz2-dev
- name: Create conda environment
shell: bash -el {0}
run: |
Expand Down

0 comments on commit b54cff0

Please sign in to comment.