Skip to content

Bump gunicorn from 21.2.0 to 22.0.0 in /api_server #469

Bump gunicorn from 21.2.0 to 22.0.0 in /api_server

Bump gunicorn from 21.2.0 to 22.0.0 in /api_server #469

Workflow file for this run

name: Ecosystem json file check
on:
push:
branches:
- main
pull_request:
jobs:
ecosystem:
runs-on: ubuntu-latest
strategy:
max-parallel: 2
matrix:
python-version: [ '3.10' ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run json check
run: tox -eecosystem