Skip to content

feat: use AccessManager for download and enrich process #360

feat: use AccessManager for download and enrich process

feat: use AccessManager for download and enrich process #360

Workflow file for this run

name: Test AIAS
on: push
jobs:
aias-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install test/requirements
run: |
pip install -r test/requirements.txt
- name: Run tests
run: test/tests.sh