Skip to content

Commit

Permalink
Install pre-compiled wxPython and use it in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 8, 2024
1 parent 478213a commit a81aaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pipx install hatch
- run: sudo apt install libgtk-3-dev
- run: sudo apt install libgtk-3-dev python-wxgtk2.8
- run: hatch -vv env create dev
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ features = [
"qt6",
"wx",
]
system-packages = true

[tool.ruff.lint.per-file-ignores]
"src/ScrollableContainers/__init__.py" = ["F401", "N999"]
Expand Down

0 comments on commit a81aaa5

Please sign in to comment.