diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 6893479..1d897d7 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install pyMACS run: | - pip install -e https://github.com/thallor1/pyMACS + pip install -e git+https://github.com/thallor1/pyMACS - uses: actions/checkout@v4 - name: Build HTML uses: ammaraskar/sphinx-action@master