Skip to content

Bump uwsgi from 2.0.21 to 2.0.23 #80

Bump uwsgi from 2.0.21 to 2.0.23

Bump uwsgi from 2.0.21 to 2.0.23 #80

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