mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Enable pexpect tests in ASAN CI again
This commit is contained in:
parent
6ab74c6b09
commit
67de32fe2d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue