Skip to content

Commit

Permalink
simplify and make pgserviceparser upgradeable
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 15, 2024
1 parent 22fc973 commit 4604931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
run: qgis-plugin-ci push-translation ${{ secrets.TX_TOKEN }}

- name: Package PyPI Packages
run: ./scripts/package-pip-packages.sh
- name: Install pgservice parser
run: pip install -r requirements.txt -t pg_service_parser/libs

- name: Package
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pgserviceparser@git+https://github.com/opengisch/pgserviceparser.git@main
20 changes: 0 additions & 20 deletions scripts/package-pip-packages.sh

This file was deleted.

0 comments on commit 4604931

Please sign in to comment.