diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 5fd991a1..fdac833e 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -79,6 +79,10 @@ jobs: run: echo "$PWD/.venv/bin" >> $GITHUB_PATH - name: Run pyright - uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2 + uses: jakebailey/pyright-action@v2.3.3 with: - pylance-version: latest-release + # Restore pylance-version: latest-release + # once it uses >1.1.405 + # https://github.com/microsoft/pyright/issues/10906 + version: 1.1.406 + # pylance-version: latest-release diff --git a/README.md b/README.md index 19ea1965..19166aeb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # obstore + [![PyPI][pypi_badge]][pypi_link] [![Conda Version][conda_version_badge]][conda_version] [![PyPI - Downloads][pypi-img]][pypi-link]