Skip to content

Update accuracy

Update accuracy #4

name: Test Accuracy Check
on:
pull_request:
branches: [ main ]
jobs:
test_accuracy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run Accuracy Test
run: python test_accuracy_up_or_down.py