Skip to content

Merge branch 'main' of github.com:brave-intl/ofac-sanctioned-digital-… #48

Merge branch 'main' of github.com:brave-intl/ofac-sanctioned-digital-…

Merge branch 'main' of github.com:brave-intl/ofac-sanctioned-digital-… #48

Workflow file for this run

name: Test Python S3 Update
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install boto3
- name: Test with pytest
run: |
pip install pytest
pytest update_s3_objects_test.py