Skip to content

Commit

Permalink
Fix steps in Sona workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Oct 27, 2024
1 parent 5735097 commit 9d22ffa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
- name: Install wxPython
run: pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
- name: Install RIDE dependencies
run: git submodule update --init --recursive
run: |
git submodule update --init --recursive
pip install -r requirements-dev.txt
- name: Run Xvfb
run: Xvfb :1 -noreset &
- name: Test Install RIDE
run: git submodule update --init --recursive
run: |
git submodule update --init --recursive
pip install .
- name: Run RIDE unit-tests
run: |
Expand Down

0 comments on commit 9d22ffa

Please sign in to comment.