test: test the if the index_map (when type_map is provided) works in … #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
- push | |
- pull_request | |
name: Type checker | |
jobs: | |
pyright: | |
name: pyright | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.12' | |
- run: pip install uv | |
- run: uv pip install --system -e .[amber,ase,pymatgen] rdkit openbabel-wheel | |
- uses: jakebailey/pyright-action@v2 | |
with: | |
version: 1.1.363 |