Skip to content

Commit

Permalink
install pulp for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Nov 3, 2021
1 parent 7c89cf6 commit 7e64b62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
environment-file: ${{ matrix.environment-file }}
micromamba-version: 'latest'

- name: install pulp via pip
shell: bash -l {0}
run: pip install pulp

- name: make docs
run: cd docs; make html

Expand Down

0 comments on commit 7e64b62

Please sign in to comment.