Skip to content

ci: try to support intel based macs v2 #229

ci: try to support intel based macs v2

ci: try to support intel based macs v2 #229

Workflow file for this run

name: tests
on:
push:
paths-ignore:
- "**.md"
pull_request:
workflow_dispatch:
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install pip dependencies
run: pip install -r requirements/requirements-dev.txt
- name: install optional system depencencies
run: sudo apt install -y asciidoctor
- name: Run tests
run: ./test.sh