Skip to content

Update boto3 requirement from ~=1.34.11 to ~=1.34.54 #20

Update boto3 requirement from ~=1.34.11 to ~=1.34.54

Update boto3 requirement from ~=1.34.11 to ~=1.34.54 #20

Workflow file for this run

name: integration
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel pytest
pip install -r requirements.txt
- name: Run tests
run: pytest