Skip to content

Commit 3ecbe4b

Browse files
committed
Specify Python versions as a workaround for the lxml's issue on Python 3.9
See https://bugs.launchpad.net/lxml/+bug/1899830
1 parent 1d4049e commit 3ecbe4b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
- name: Set up Python
1313
uses: actions/setup-python@v2
14+
with:
15+
python-version: 3.8
1416

1517
- name: Install dependencies
1618
run: pip3 install .[dev]

.github/workflows/pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v2
16+
with:
17+
python-version: 3.8
1618

1719
- name: Install dependencies
1820
run: |

0 commit comments

Comments
 (0)