Skip to content

Fix #263 - a few utility functions for DOCX templates #307

Fix #263 - a few utility functions for DOCX templates

Fix #263 - a few utility functions for DOCX templates #307

Workflow file for this run

name: Run python-only unit tests
on:
push:
workflow_dispatch:
env:
LANG: "en_US.UTF-8"
jobs:
test-altoolbox:
runs-on: ubuntu-latest
name: Run python only unit tests
steps:
- name: locales
run: |
sudo locale-gen en_US.UTF-8
sudo locale-gen ar_AE.UTF-8
sudo update-locale LANG=en_US.UTF-8
- uses: SuffolkLITLab/ALActions/pythontests@main