Skip to content

Merge pull request #249 from SuffolkLITLab/243_redundant_code #293

Merge pull request #249 from SuffolkLITLab/243_redundant_code

Merge pull request #249 from SuffolkLITLab/243_redundant_code #293

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