Skip to content

improving data preprocessing script #6

improving data preprocessing script

improving data preprocessing script #6

name: Python Unit Tests
on:
push:
branches: [ gushob-preprocessing-script-changes ]
pull_request:
branches: [ gushob-preprocessing-script-changes ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run unit tests
run: |
bash run_python_unittests.sh