diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ae960cb568..70038f841b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -29,7 +29,11 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: ./.github/actions/install-nature + - name: Install Nature + run: | + pip install -e .[pyscf] + pip install -U -c constraints.txt -r requirements-dev.txt + shell: bash - name: Install Dependencies run: | pip install jupyter sphinx_rtd_theme 'matplotlib<3.3.0' qiskit-terra[visualization]