Fix CI
This commit is contained in:
parent
1dfa0e0009
commit
c4423b6c9a
1 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,13 @@ jobs:
|
||||||
- name: Download arcgis data for finder
|
- name: Download arcgis data for finder
|
||||||
run: uv run python -m pipeline.download.arcgis --output property-data/arcgis_data.parquet
|
run: uv run python -m pipeline.download.arcgis --output property-data/arcgis_data.parquet
|
||||||
|
|
||||||
|
- name: Install Docker CLI
|
||||||
|
run: |
|
||||||
|
ARCH=$(uname -m)
|
||||||
|
curl -fsSL "https://download.docker.com/linux/static/stable/${ARCH}/docker-27.5.1.tgz" \
|
||||||
|
| tar xz --strip-components=1 -C /usr/local/bin docker/docker
|
||||||
|
docker --version
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue