Attempt to fix python bin
Some checks failed
CI / test (push) Successful in 47s
CI / test (debian, docker.io/library/debian:13, python3) (push) Successful in 1m22s
Lint / test (push) Failing after 39s

This commit is contained in:
Miguel Jacq 2026-06-23 15:42:42 +10:00
parent 15770c8e3d
commit a5f8e7c481
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -7,6 +7,14 @@ jobs:
test: test:
runs-on: docker runs-on: docker
strategy:
fail-fast: false
matrix:
include:
- distro: debian
image: docker.io/library/debian:13
python: python3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4