Skip to content

Commit

Permalink
Install documentation dependencies in test
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 21, 2024
1 parent 4ec6ea3 commit b48f823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.9
- name: Install documentation dependencies
run: |
python -m pip install -r <(python -c "import yaml; print('\n'.join(yaml.safe_load(open('environment_docs.yaml'))['dependencies']))")
if: matrix.python-version == 3.9
- name: Build docs 🏗️
run: make docs
if: matrix.python-version == 3.9
Expand Down

0 comments on commit b48f823

Please sign in to comment.