Skip to content

ruff: apply for pyinstaller spec, too #321

ruff: apply for pyinstaller spec, too

ruff: apply for pyinstaller spec, too #321

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