Skip to content

Commit

Permalink
Add setup python action to heal release
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 11, 2024
1 parent 62c8f86 commit a972557
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 a972557

Please sign in to comment.