We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd8b09 commit 73e6681Copy full SHA for 73e6681
.github/workflows/linux.yml
@@ -115,6 +115,7 @@ jobs:
115
git submodule update --init --recursive
116
pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
117
pip install -r requirements-dev.txt
118
+ pip install --force -U setuptools==69.5.1
119
- name: Run tests
120
run: |
121
Xvfb &
.github/workflows/sonar.yml
@@ -33,6 +33,7 @@ jobs:
33
34
35
36
37
- name: Run Xvfb
38
run: Xvfb :1 -noreset &
39
- name: Test Install RIDE
0 commit comments