Skip to content

Commit

Permalink
test monty fix for reverse readline
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 15, 2024
1 parent 11ff513 commit c7b2ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7b2ae2

Please sign in to comment.