Skip to content

use a general name for the executable with old glibc to avoid renaming #311

use a general name for the executable with old glibc to avoid renaming

use a general name for the executable with old glibc to avoid renaming #311

Workflow file for this run

name: tests
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
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
env:
JIMMY_TEST_PASSWORD: ${{ secrets.JIMMY_TEST_PASSWORD }}
PYTHONPATH: src
run: pytest --capture=no