Skip to content

fixed grading hopefully #1

fixed grading hopefully

fixed grading hopefully #1

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt --quiet
- uses: Bioinformatics-teaching/classroom_autograding@main