Skip to content

Bump the test-and-lint-dependencies group with 2 updates #212

Bump the test-and-lint-dependencies group with 2 updates

Bump the test-and-lint-dependencies group with 2 updates #212

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@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
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