Skip to content

Commit

Permalink
install partman via pgxn (#309)
Browse files Browse the repository at this point in the history
install pg partman using pgxn now that latest version is published
https://pgxn.org/dist/pg_partman/
  • Loading branch information
ChuckHend authored Sep 14, 2024
1 parent 6fada6b commit 645a3c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- run: pg-start ${{ matrix.pg }}
working-directory: ./
- uses: actions/checkout@v4
# - run: pgxn install 'pg_partman=${{ matrix.partman }}'
# TODO: use pgxn to install pg_partman once 5.x is available in pgxn
- run: make install-pg-partman PG_PARTMAN_VER=${{ matrix.partman }}
- run: pgxn install 'pg_partman=${{ matrix.partman }}'
- run: pg-build-test

publish:
Expand Down

0 comments on commit 645a3c6

Please sign in to comment.