Skip to content

backend to apiPreference #57

backend to apiPreference

backend to apiPreference #57

Workflow file for this run

name: Saliency Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python3.8 -m pip install --upgrade pip
python3.8 -m pip install -r requirements.txt
- name: Test with pytest
run: |
pytest test.py