Skip to content

Bump cryptography from 46.0.6 to 46.0.7 in /tools/deterministic-build #750

Bump cryptography from 46.0.6 to 46.0.7 in /tools/deterministic-build

Bump cryptography from 46.0.6 to 46.0.7 in /tools/deterministic-build #750

Workflow file for this run

name: Python Tests Matrix
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
linux-tests:
strategy:
matrix:
backend: [fulcrum, cbf]
uses: ./.github/workflows/python-tests.yml
secrets: inherit
with:
os: ubuntu-22.04
backend: ${{ matrix.backend }}
windows-tests:
if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'pytest-win') }}
strategy:
matrix:
backend: [cbf]
uses: ./.github/workflows/python-tests.yml
secrets: inherit
with:
os: windows-latest
backend: ${{ matrix.backend }}
macos-tests:
if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'pytest-mac') }}
strategy:
matrix:
backend: [cbf]
uses: ./.github/workflows/python-tests.yml
secrets: inherit
with:
os: macos-latest
backend: ${{ matrix.backend }}