Typing + black #197
Workflow file for this run
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 | |
# TODO(#104): run the tests while set to a different locale | |
sudo update-locale LANG=en_US.UTF-8 | |
- uses: SuffolkLITLab/ALActions/pythontests@main |