Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (… #1296

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (…

chore(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (… #1296

Workflow file for this run

on:
- push
- pull_request
name: Type checker
jobs:
pyright:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: '3.12'
- run: pip install uv
- run: uv pip install --system -e .[amber,ase,pymatgen] rdkit 'openbabel>=3.2.0'
- uses: jakebailey/pyright-action@v3
with:
version: 1.1.363