Skip to content

Commit

Permalink
install importlib_resources on 3.6 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Mar 30, 2022
1 parent 04148a8 commit 7ff34b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
conda list
conda install "pip <22"
doit develop_install -o tests
# Pin panel on Python 3.6 because one or more dev releases on the 0.13.* series
# - 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.
conda install "panel=0.12"
# - Install importlib_resources to fix tqdm that missed adding it as a dependency
# for 3.6 (https://github.com/conda-forge/tqdm-feedstock/pull/114)
conda install "panel=0.12" "importlib_resources "
- name: pygraphviz
if: steps.cache.outputs.cache-hit != 'true' && ((contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')) && matrix.python-version != '3.6')
run: |
Expand Down

0 comments on commit 7ff34b3

Please sign in to comment.