Reformat with black #304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |