Skip to content

Commit

Permalink
fix: new python 3.12 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 8, 2024
1 parent d6172ea commit 5c8297e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: apt-get update && apt-get install -y libcups2-dev
- run: python --version
- run: python setup.py build
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
- run: |
pip install pytest
pip install .
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
pip install .
pytest
- run: python setup.py test
if: matrix.python-version != '3.12'
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
build-macos:
name: Build MacOS
timeout-minutes: 10
Expand Down

0 comments on commit 5c8297e

Please sign in to comment.