Skip to content

chore(deps): update dependency awscli to v1.36.19 (#1822) #1502

chore(deps): update dependency awscli to v1.36.19 (#1822)

chore(deps): update dependency awscli to v1.36.19 (#1822) #1502

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: pip install
run: pip install -r python-script/requirements.txt