Skip to content

Commit

Permalink
Merge pull request #603 from opengisch/python_action
Browse files Browse the repository at this point in the history
Add setup python action to heal release
  • Loading branch information
m-kuhn authored Aug 11, 2024
2 parents 62c8f86 + 99a4a79 commit 7afaf20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ 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
Expand Down

0 comments on commit 7afaf20

Please sign in to comment.