Skip to content

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

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

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

Workflow file for this run

name: Run Sigstore Signer tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions: {}
jobs:
test-sigstore:
runs-on: ubuntu-latest
steps:
- name: Checkout securesystemslib
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
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
- run: |
tox -e sigstore