Skip to content

Bump aws-sdk-sts from 1.7.0 to 1.9.0 in /rust #119

Bump aws-sdk-sts from 1.7.0 to 1.9.0 in /rust

Bump aws-sdk-sts from 1.7.0 to 1.9.0 in /rust #119

Workflow file for this run

name: Python pip
# Run either when pushing directly to main/master or in a PR targeting main/master
on:
push:
branches:
- master
- main
paths:
- "python/requirements.txt"
- ".github/workflows/pip.yml"
pull_request:
branches:
- master
- main
# https://github.com/py-actions/py-dependency-install
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "python/requirements.txt"