Skip to content

Bump psycopg2-binary from 2.9.6 to 2.9.7 in /api_server #339

Bump psycopg2-binary from 2.9.6 to 2.9.7 in /api_server

Bump psycopg2-binary from 2.9.6 to 2.9.7 in /api_server #339

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