1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

New feature: Software columns - Part 4: Examples (#673)

* Add software_colums example

* Fix docs build
This commit is contained in:
Benito López
2025-02-21 10:33:28 +01:00
committed by GitHub
parent 0a1d3841f1
commit 3e8525673b
2 changed files with 26 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ jobs:
sudo apt-get update -y &&
sudo apt-get install -y git python3-sphinx graphviz libenchant-2-2 &&
sudo apt-get install -y gcc libcups2-dev python3-dev python3-setuptools &&
sudo pip install tox pycups
sudo pip install --ignore-installed tox pycups
- name: Test doc build
run: tox -e docs