We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ff513 commit c7b2ae2Copy full SHA for c7b2ae2
.github/workflows/test.yml
@@ -34,8 +34,8 @@ jobs:
34
pip install uv
35
uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system
36
37
- # TODO: remove pin once reverse readline fixed
38
- 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
39
40
- name: Run Tests
41
run: pytest --capture=no --cov --cov-report=xml
0 commit comments