Skip to content

Bump docker/build-push-action from 5.3.0 to 6.2.0 in the github-actions group #132

Bump docker/build-push-action from 5.3.0 to 6.2.0 in the github-actions group

Bump docker/build-push-action from 5.3.0 to 6.2.0 in the github-actions group #132

Workflow file for this run

on:
pull_request:
jobs:
main:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.12" ] # Lowest and highest.
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip" # caching pip dependencies
- run: pip install -r requirements.txt
- run: pip install -r requirements_dev.txt
- uses: pre-commit/[email protected]