Skip to content

build(deps-dev): bump hatchling from 1.27.0 to 1.28.0 in the build-and-release-dependencies group #842

build(deps-dev): bump hatchling from 1.27.0 to 1.28.0 in the build-and-release-dependencies group

build(deps-dev): bump hatchling from 1.27.0 to 1.28.0 in the build-and-release-dependencies group #842

Workflow file for this run

name: Run AWS KMS tests
on:
push:
pull_request:
permissions: {}
jobs:
local-aws-kms:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout securesystemslib
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
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