Skip to content

Commit b7acab3

Browse files
authored
fix: run workflow with python 3.8
This is to work around jinja2 ImportError that prevents sphinx-build 3.2.1 to work. See https://bugs.python.org/msg415979
1 parent b441014 commit b7acab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ env.BRANCH }}
2424
- uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.9
26+
python-version: 3.8
2727
- run: sudo apt update
2828
- run: sudo apt install -y gettext
2929
- run: make tx-config

0 commit comments

Comments
 (0)