From 67de32fe2db835a40cd4e31b45e5706e96013d55 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 12 Jan 2024 11:56:54 +0100 Subject: [PATCH] Enable pexpect tests in ASAN CI again --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49ae2be23..c07e86f73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,9 +88,7 @@ jobs: - name: Install deps run: | sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux - # Don't install pexpect here because this constantly blows the time budget. - # Try again once the rust port is done and we're hopefully not as slow anymore. - # sudo pip3 install pexpect + sudo pip3 install pexpect - name: cmake env: CC: clang