Skip to content

Commit

Permalink
add comment on pinning panel for py36
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Dec 6, 2021
1 parent 44e4bb6 commit 399b181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -78,7 +78,9 @@ jobs:
git describe
echo "======"
conda list
# Temporarily pin panel and nbconvert
# Pin panel on Python 3.6 because one or more dev releases on the 0.13.* series
# can be installed on Python 3.6 but are actually not compatible with Python 3.6
# Panel 0.13 will support Python >= 3.7 only so the pin here can stay indefinitely.
- name: Pin panel on py36
if: matrix.python-version == '3.6'
run: |
Expand Down

0 comments on commit 399b181

Please sign in to comment.