Skip to content

Bump the pip group across 1 directory with 2 updates #420

Bump the pip group across 1 directory with 2 updates

Bump the pip group across 1 directory with 2 updates #420

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install -r requirements.txt || echo "No requirements.txt found"
- run: pytest || echo "pytest not found"