Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin graphviz on windows ci tests #1296

Merged
merged 2 commits into from
Jan 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
. $env:USERPROFILE\Miniconda3\shell\condabin\conda-hook.ps1
conda activate featuretools
conda config --add channels conda-forge
conda install 'python-graphviz<0.16' -q -y
conda install python-graphviz -q -y
python -m pip install --upgrade pip
python -m pip install .
python -m pip install -r test-requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Release Notes
* Documentation Changes
* Testing Changes
* Fix non-deterministic Dask test (:pr:`1294`)
* Unpin python-graphviz package on Windows (:pr:`1296`)

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`
:user:`rwedge`, :user:`thehomebrewnerd`

**v0.23.0 Dec 31, 2020**
* Fixes
Expand Down