Skip to content

add 30 samples of record matching to validate #61

add 30 samples of record matching to validate

add 30 samples of record matching to validate #61

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
python-version: "3.10"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ env.python-version }}
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Build Docker Image
run: docker build . -t intel-toolkit:latest