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.
ci.sh
2 parents 8571ef2 + 1cc8f52 commit 0bd4bb8Copy full SHA for 0bd4bb8
2 files changed
.github/workflows/ci.yml
@@ -281,6 +281,10 @@ jobs:
281
run:
282
python -m pip install tox &&
283
tox -m check
284
+ - name: Install python3-apport
285
+ run: |
286
+ sudo apt update
287
+ sudo apt install -q python3-apport
288
- name: Run tests
289
if: matrix.check_formatting == '0'
290
run: ./ci.sh
ci.sh
@@ -58,11 +58,6 @@ else
58
flags=""
59
fi
60
61
-# So we can run the test for our apport/excepthook interaction working
62
-if [ -e /etc/lsb-release ] && grep -q Ubuntu /etc/lsb-release; then
63
- sudo apt install -q python3-apport
64
-fi
65
-
66
# If we're testing with a LSP installed, then it might break network
67
# stuff, so wait until after we've finished setting everything else
68
# up.
0 commit comments