Skip to content

Bump matplotlib from 3.7.2 to 3.8.0 #74

Bump matplotlib from 3.7.2 to 3.8.0

Bump matplotlib from 3.7.2 to 3.8.0 #74

Workflow file for this run

name: Python CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x # Specify the Python version you want to use
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: python -m unittest discover -s enrollment_predictions/tests