Skip to content

Bump sqlalchemy from 2.0.35 to 2.0.36 in /components/calibreview #1005

Bump sqlalchemy from 2.0.35 to 2.0.36 in /components/calibreview

Bump sqlalchemy from 2.0.35 to 2.0.36 in /components/calibreview #1005

Workflow file for this run

name: pip check
on:
pull_request:
jobs:
main:
runs-on: "ubuntu-22.04"
permissions:
contents: read
strategy:
fail-fast: false
matrix:
directory:
- calibreview
- cgi/ddns
- cgi/nginxdbauth
- cgi/passwd
- cgi/uptimerobot
- haemera
- letsencrypt
- prometheus/github
- prometheus/mailcheck
- radicale
- thyrida
- wosc/rsspull
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: pip check
run: |
cd components/${{matrix.directory}}
python -m venv .venv
.venv/bin/pip install wheel
.venv/bin/pip install --no-deps -r requirements.txt
.venv/bin/pip check