Skip to content

Update weights 2024-01-01-comp545-ling782-484-W24.md #371

Update weights 2024-01-01-comp545-ling782-484-W24.md

Update weights 2024-01-01-comp545-ling782-484-W24.md #371

Workflow file for this run

name: Run tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
python-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install Python requirements
run: pip install -r src/python/requirements.txt
- name: Run tests
run: python -m unittest