Skip to content

Commit

Permalink
Update classroom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik authored Nov 15, 2023
1 parent d628f19 commit 8e616fa
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
name: Build and Test
name: GitHub Classroom Workflow

on:
push:
branches: [ main ]
- push
- workflow_dispatch

jobs:
permissions:
checks: write
actions: read
contents: read

jobs:
build:
name: Autograding
runs-on: ubuntu-latest
if: github.actor != 'github-classroom[bot]'
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
- uses: actions/checkout@v4
- uses: education/autograding@v1

0 comments on commit 8e616fa

Please sign in to comment.