Skip to content

build(deps): bump the test-and-lint-dependencies group with 3 updates #478

build(deps): bump the test-and-lint-dependencies group with 3 updates

build(deps): bump the test-and-lint-dependencies group with 3 updates #478

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
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