ci(publish): ping babel version (#99)

This commit is contained in:
Mojib Wali
2022-05-30 14:11:36 +02:00
committed by GitHub
parent 42d5e2db05
commit 8a592e3fdf

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