diff --git a/.github/workflows/pypi_release.yaml b/.github/workflows/pypi_release.yaml index 93ea2ec..77695eb 100644 --- a/.github/workflows/pypi_release.yaml +++ b/.github/workflows/pypi_release.yaml @@ -34,7 +34,7 @@ jobs: with: python-version: "3.11" - name: Install pypa/build - run: >- + run: | # install from github # TODO: change to pypi once the release of qc-grid is made python -m pip install git+https://github.com/theochem/grid.git@master