Skip to content

Commit

Permalink
Merge pull request #205 from pysal/jGaboardi-patch-1
Browse files Browse the repository at this point in the history
install pulp for docs build
  • Loading branch information
jGaboardi authored Nov 3, 2021
2 parents 7c89cf6 + 7e64b62 commit a9cda4f
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 a9cda4f

Please sign in to comment.