Skip to content

Merge pull request #542 from MitchBred/dependabot/pip/boto3-1.35.80 #1151

Merge pull request #542 from MitchBred/dependabot/pip/boto3-1.35.80

Merge pull request #542 from MitchBred/dependabot/pip/boto3-1.35.80 #1151

Workflow file for this run

name: coveralls
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 6
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1 # no history, just HEAD
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install -r requirements.txt