Skip to content

Make proper submodules #358

Make proper submodules

Make proper submodules #358

Workflow file for this run

name: Python application
on:
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install dependencies
run: |
git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox.git
cd adversarial-robustness-toolbox && python3 -m pip install .
python -m pip install pytest pandas pillow PyYAML ffmpeg
- name: Test base folder with pytest
run: |
python -m pip install .[tensorflow_image,pytorch_image,non_framework,test]
python -m pytest test