Skip to content

Commit

Permalink
fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Apr 11, 2024
1 parent ff1f27f commit 444b1a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- id: install-jq
run: apt-get update && apt-get -qq install -y --no-install-recommends jq
- id: set-matrix
run: |
DATA=$(bcdata cat WHSE_BASEMAPPING.NTS_250K_GRID | jq -c '.properties | {map_tile: .MAP_TILE}' | tr '\n' ',')
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get -qq install -y --no-install-recommends zip && \
apt-get -qq install -y --no-install-recommends unzip && \
apt-get -qq install -y --no-install-recommends parallel && \
apt-get -qq install -y --no-install-recommends jq && \
apt-get -qq install -y --no-install-recommends postgresql-client && \
apt-get -qq install -y --no-install-recommends python3-pip && \
apt-get -qq install -y --no-install-recommends python3-dev && \
Expand Down

0 comments on commit 444b1a3

Please sign in to comment.