Skip to content

Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 #164

Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0

Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 #164

Workflow file for this run

name: UnitTests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.14-dev", "3.13", "3.12", "3.11", "3.10"]
steps:
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e . --group dev
- name: Test with pytest
run: |
pytest tests/