Skip to content

workflow: add unit test #4

workflow: add unit test

workflow: add unit test #4

Workflow file for this run

name: unit
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
lfs: 'true'
- name: setup python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install slash numpy scikit-image distro psutil py-cpuinfo matplotlib
- name: test "list"
run: ./vaapi-fits list
- name: test "self"
run: ./vaapi-fits --pl NA --parallel-metrics --call-timeout 10 --ctapr 0 test/self