Skip to content

Merge pull request #21 from AAFC-BICoE/35427-improve-instructions #94

Merge pull request #21 from AAFC-BICoE/35427-improve-instructions

Merge pull request #21 from AAFC-BICoE/35427-improve-instructions #94

Workflow file for this run

name: dina-py CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- run: |
pip install -r requirements.txt
python -m unittest discover -s tests/ -p '*_test.py'