From 351dc4ef22130ce6ced50606bb02e228c2c2d711 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Tue, 31 Oct 2023 15:31:56 -0700 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 771edf56..54f0d6de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,10 @@ jobs: run: | poetry install + - name: Install pexpect for testing the interactive CLI + run: | + poetry add --dev pexpect + - name: Run tests with pytest run: | poetry run pytest -s tests