Skip to content

Commit

Permalink
what? looks like the latest monty doesn't pack reverse readline fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 12, 2024
1 parent c258807 commit b7aacb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
WHEEL_FILE=$(ls dist/pymatgen*.whl)
uv pip install $WHEEL_FILE[${{matrix.config.extras}}] --resolution=${{matrix.config.resolution}}
# TODO: test monty fix for reverse readline
uv pip install git+https://github.com/materialsvirtuallab/monty.git@master
- name: Install optional Ubuntu dependencies
if: matrix.config.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit b7aacb4

Please sign in to comment.