Skip to content

Commit a3ccfbd

Browse files
committed
fix ci
1 parent 0914bc1 commit a3ccfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/civ2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
path: /home/runner/work/pgstac/pgstac/dist/*
156156
if-no-files-found: error
157157
test:
158-
needs: [buildpg, buildpypgstacbase, wheels]
158+
needs: [check-pgstac-base, check-pypgstac-base, buildpg, buildpypgstacbase, wheels]
159159
if: ${{ always() && !failure() && !cancelled() }}
160160
runs-on: ubuntu-latest
161161
container: ghcr.io/stac-utils/pypgstac-base:${{ needs.check-pypgstac-base.outputs.pypgstac-image-hash }}

0 commit comments

Comments
 (0)