Skip to content

Commit

Permalink
Fix failing docs tests in CI (#1250)
Browse files Browse the repository at this point in the history
* Install featuretools in docs build

* Update release_notes.rst
  • Loading branch information
rwedge committed Dec 8, 2020
1 parent 9819e6d commit d1d6870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"
pip config --site set global.progress_bar off
python -m pip install --upgrade pip
python -m pip install unpacked_sdist/
python -m pip install -r unpacked_sdist/dev-requirements.txt
- name: Build docs
run: make -C docs/ -e "SPHINXOPTS=-W" clean html
Expand Down
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Expand Up @@ -9,9 +9,10 @@ Release Notes
* Documentation Changes
* Testing Changes
* Use repository-scoped token for dependency check (:pr:`1245`:)
* Fix install error during docs CI test (:pr:`1250`)

Thanks to the following people for contributing to this release:
:user:`jeff-hernandez`
:user:`jeff-hernandez`, :user:`rwedge`

**v0.22.0 Nov 30, 2020**
* Enhancements
Expand Down

0 comments on commit d1d6870

Please sign in to comment.