Skip to content

Commit

Permalink
Force doc CI to use Python 3.8 (#2335)
Browse files Browse the repository at this point in the history
Relevant matplotlib issue matplotlib/matplotlib#18718

(cherry picked from commit 00cb1a7)
  • Loading branch information
mwaskom committed Oct 29, 2020
1 parent f3a5628 commit b1a8959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -21,6 +21,9 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v2
with:
# Avoid Python 3.9 until scipy stack can cleanly build
python-version: '3.8.x'

- name: Install seaborn
run: |
Expand Down

0 comments on commit b1a8959

Please sign in to comment.