Skip to content

ARLAS Command line 0.5.6 #124

ARLAS Command line 0.5.6

ARLAS Command line 0.5.6 #124

Workflow file for this run

name: Test arlas_cli
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Run tests
run: scripts/tests.sh