Skip to content

Commit

Permalink
Fix installing qgis-plugin-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 11, 2024
1 parent 7afaf20 commit d945fe2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,10 @@ jobs:
with:
submodules: recursive

- name: Setup python
uses: actions/setup-python@v3
with:
python-version: '3.11'

- name: Install dependencies
run: |
sudo apt update && sudo apt install qtbase5-dev qttools5-dev-tools
sudo pip install qgis-plugin-ci
sudo pip install qgis-plugin-ci --break-system-packages
- name: Package libqfieldsync
run: |
Expand Down Expand Up @@ -156,7 +151,7 @@ jobs:
submodules: recursive

- name: Install dependencies
run: sudo pip install qgis-plugin-ci
run: sudo pip install qgis-plugin-ci --break-system-packages

- name: 🌍 Push translations
run: |
Expand Down

0 comments on commit d945fe2

Please sign in to comment.