From c7b2ae28dab6e107b19efbfe38f9cf7206385ad0 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Sun, 15 Sep 2024 12:15:09 +0800 Subject: [PATCH] test monty fix for reverse readline --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70dc8cc7..9c95b1d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,8 +34,8 @@ jobs: pip install uv uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system - # TODO: remove pin once reverse readline fixed - uv pip install monty==2024.7.12 --system + # TODO: test monty fix for reverse readline + pip install git+https://github.com/DanielYang59/monty.git@readline-line-ending - name: Run Tests run: pytest --capture=no --cov --cov-report=xml