Skip to content

Bump cryptography from 46.0.7 to 48.0.1 in the uv group across 1 directory #377

Bump cryptography from 46.0.7 to 48.0.1 in the uv group across 1 directory

Bump cryptography from 46.0.7 to 48.0.1 in the uv group across 1 directory #377

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- develop
pull_request:
branches:
- develop
schedule:
- cron: 30 1 * * 2 # every Tuesday at 1:30 UTC
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
runtests:
name: Continuous Integration
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: ./setup.sh
- run: ./run_desktop_tests.sh