We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2850bf1 + 5bcc202 commit b8c1f1aCopy full SHA for b8c1f1a
.github/workflows/tests.yml
@@ -21,6 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
+ sudo apt-get install -y libegl1
25
python -m pip install --upgrade pip
26
pip install tox tox-gh-actions
27
- name: Test with tox
pyproject.toml
@@ -83,6 +83,7 @@ commands =
83
pip freeze
84
labelle --version
85
labelle --help
86
+ python -c "import labelle.gui.gui; print('GUI import succeeded')"
87
labelle --output console "single line"
88
labelle --output console_inverted "inverted"
89
labelle --output console multiple lines
0 commit comments