Skip to content

Commit 2ce27da

Browse files
committed
CI: Install coveralls without --break-system-packages
ubuntu-latest doesn't seem to point to Ubuntu 24.04 anymore? Allow this to work on Ubuntu 22.04 too.
1 parent f28d3eb commit 2ce27da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233

234234
- name: Install coveralls
235235
run: |
236-
pip install --break-system-packages tomli coveralls
236+
pip install --break-system-packages tomli coveralls || pip install tomli coveralls
237237
238238
- name: Upload coverage to coveralls.io
239239
run: |

0 commit comments

Comments
 (0)