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.
1 parent a42008f commit bb8ffa2Copy full SHA for bb8ffa2
1 file changed
.github/workflows/test.yml
@@ -1,5 +1,5 @@
1
name: Lint, Typecheck and Test
2
-on: [push, pull_request]
+on: [pull_request]
3
4
jobs:
5
check:
@@ -40,6 +40,7 @@ jobs:
40
steps:
41
# PyQt6.QtGui import requires libEGL.so.1 (even with QT_QPA_PLATFORM=offscreen)
42
- name: Packages
43
+ if: runner.os == 'Linux'
44
run: |
45
sudo apt-get update
46
sudo apt-get install -y libegl1 libgl1 libxkbcommon-x11-0
0 commit comments