Skip to content

Commit 0bd4bb8

Browse files
authored
Switch from installing in ci.sh to GHA (#3284)
2 parents 8571ef2 + 1cc8f52 commit 0bd4bb8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ jobs:
281281
run:
282282
python -m pip install tox &&
283283
tox -m check
284+
- name: Install python3-apport
285+
run: |
286+
sudo apt update
287+
sudo apt install -q python3-apport
284288
- name: Run tests
285289
if: matrix.check_formatting == '0'
286290
run: ./ci.sh

ci.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ else
5858
flags=""
5959
fi
6060

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-
6661
# If we're testing with a LSP installed, then it might break network
6762
# stuff, so wait until after we've finished setting everything else
6863
# up.

0 commit comments

Comments
 (0)