Skip to content

Commit

Permalink
Change install nature inside deploy docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Jul 21, 2021
1 parent cdebef5 commit 6b99674
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6b99674

Please sign in to comment.