Skip to content

Commit

Permalink
Fix docs-html "cannot import name 'Callable' from 'collections'"
Browse files Browse the repository at this point in the history
ImportError: cannot import name 'Callable' from 'collections'
(/opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/collections/__init__.py)
  • Loading branch information
cjmayo committed Oct 18, 2023
1 parent 4b0c1b5 commit 469d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.9'
- name: Install tox
run: pip install tox
- name: Run ${{ matrix.tox-env }}
Expand Down

0 comments on commit 469d453

Please sign in to comment.