From d3f8b242d3facb09bdeb0a0b6ffe8445a690adc3 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 7 Jun 2021 10:09:19 -0400 Subject: [PATCH] babel is required for deployment --- .github/workflows/deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index bdfec550..3cc3f4f8 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.7 - name: Install dependencies run: | - python -m pip install --upgrade pip setuptools wheel + python -m pip install --upgrade pip setuptools wheel babel - name: Compile localization message files run: | python setup.py compile_catalog -t mkdocs