diff --git a/.github/workflows/Create release.yml b/.github/workflows/Create release.yml index c6cc6bf..05096d0 100644 --- a/.github/workflows/Create release.yml +++ b/.github/workflows/Create release.yml @@ -24,6 +24,7 @@ jobs: bash -c " # Install zip and set up Python environment apt-get update && apt-get install -y zip && \ + apt-get install -y gettext && \ python3 -m venv venv && venv/bin/pip install --no-index --find-links whl bnote-3.1.0-py3-none-any.whl && \ # Run the generate script