Skip to content

Update README.md

Update README.md #54

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test framework # instantiate testing job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # checkout the repo
- name: Install dependencies # install all dependencies in requirements.txt
run: pip install -r requirements.txt
- run: python /home/runner/work/Autograd-from-scratch/Autograd-from-scratch/neuralforge/test_framework.py # run unit tests