Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 31, 2024
1 parent a3ccfbd commit d0ca895
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
echo "pypgstac-image-hash: $HASH"
buildpypgstacbase:
name: Build and push base postgres image
name: Build and push base pypgstac image
needs: [check-pypgstac-base]
if: ${{ needs.check-pypgstac-base.outputs.pypgstac-image-exists != 'true' }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -184,6 +184,10 @@ jobs:
with:
name: wheels
path: /tmp/wheels
- name: Check paths
run: |
ls /home/runner/work/
ls /home/runner/work/pgstac/pgstac
- name: Install pypgstac
run: |
cd /home/runner/work/pgstac/pgstac/src/pypgstac
Expand Down

0 comments on commit d0ca895

Please sign in to comment.