fix: restrict babel version (#266)

This commit is contained in:
David
2022-05-30 15:39:15 +02:00
committed by GitHub
parent 0dc9240e73
commit 708d10ae1a

View File

@@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel babel
pip install setuptools wheel "babel<=2.9.1"
- name: Build package
run: |
python setup.py compile_catalog sdist bdist_wheel