Skip to content

Commit 73e6681

Browse files
Downgrade setuptools in Debian actions.
1 parent bfd8b09 commit 73e6681

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
git submodule update --init --recursive
116116
pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
117117
pip install -r requirements-dev.txt
118+
pip install --force -U setuptools==69.5.1
118119
- name: Run tests
119120
run: |
120121
Xvfb &

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
git submodule update --init --recursive
3535
pip install -r requirements-dev.txt
36+
pip install --force -U setuptools==69.5.1
3637
- name: Run Xvfb
3738
run: Xvfb :1 -noreset &
3839
- name: Test Install RIDE

0 commit comments

Comments
 (0)