Skip to content

feat: add is_file and is_dir methods + test for download from cloud #366

feat: add is_file and is_dir methods + test for download from cloud

feat: add is_file and is_dir methods + test for download from cloud #366

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