Skip to content

chore(deps): update dependency awscli to v1.29.52 #825

chore(deps): update dependency awscli to v1.29.52

chore(deps): update dependency awscli to v1.29.52 #825

Workflow file for this run

name: pip-no-cache
on:
push:
paths:
- python-script/requirements.txt
- .github/workflows/pip-no-cache.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: pip install
run: pip install -r python-script/requirements.txt