Skip to content

Bump ruff from 0.8.2 to 0.8.3 in the test-and-lint-dependencies group #444

Bump ruff from 0.8.2 to 0.8.3 in the test-and-lint-dependencies group

Bump ruff from 0.8.2 to 0.8.3 in the test-and-lint-dependencies group #444

Workflow file for this run

name: Run AWS KMS tests
on:
push:
pull_request:
jobs:
local-aws-kms:
runs-on: ubuntu-latest
steps:
- name: Checkout securesystemslib
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: '3.x'
cache: 'pip'
cache-dependency-path: 'requirements*.txt'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade tox
- name: Run tests
run: tox -e local-aws-kms