Skip to content

FIX: branch 2 - refactor code to deal with either train or test data … #234

FIX: branch 2 - refactor code to deal with either train or test data …

FIX: branch 2 - refactor code to deal with either train or test data … #234

Workflow file for this run

name: Validation
on: [push, pull_request]
jobs:
supports-de-tp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Install python libraries
run: pip install -r requirements.txt
- name: Run tp-validation
run: make tp-validation