Skip to content

CI: Fix workflow permissions to permit the recipe to upload to GHCR #56

CI: Fix workflow permissions to permit the recipe to upload to GHCR

CI: Fix workflow permissions to permit the recipe to upload to GHCR #56

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
max-parallel: 5
matrix:
python-version: ['3.9', '3.13']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set timezone
uses: szenius/[email protected]
- name: Run tests
run: make test