Skip to content

Bump boto3 from 1.34.46 to 1.34.138 #163

Bump boto3 from 1.34.46 to 1.34.138

Bump boto3 from 1.34.46 to 1.34.138 #163

Workflow file for this run

name: Unit Tests
on:
pull_request:
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[test]"
- name: Run unit tests
run: |
pytest -vv --gherkin-terminal-reporter \
unity-test/unit
env:
PYTHONPATH: airflow/plugins