Skip to content

Commit c7b2ae2

Browse files
committed
test monty fix for reverse readline
1 parent 11ff513 commit c7b2ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
pip install uv
3535
uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system
3636
37-
# TODO: remove pin once reverse readline fixed
38-
uv pip install monty==2024.7.12 --system
37+
# TODO: test monty fix for reverse readline
38+
pip install git+https://github.com/DanielYang59/monty.git@readline-line-ending
3939
4040
- name: Run Tests
4141
run: pytest --capture=no --cov --cov-report=xml

0 commit comments

Comments
 (0)