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 590a9cd + 803ebc4 commit c184ebbCopy full SHA for c184ebb
.github/workflows/python.yml
@@ -34,18 +34,14 @@ jobs:
34
run: >
35
sudo apt-get install -y --no-install-recommends
36
gobject-introspection gir1.2-glib-2.0 gir1.2-keybinder-3.0 gir1.2-gtk-3.0 gir1.2-vte-2.91 gir1.2-notify-0.7
37
+ python3-pytest python3-cairo python3-gi-cairo python3-psutil
38
gettext intltool
39
libdbus-glib-1-dev libgirepository1.0-dev libcairo-dev
40
xvfb
41
- - name: Install dependencies
42
- run: |
43
- python -m pip install --upgrade pip
44
- pip install -e '.[test]'
45
-
46
- name: Compile all scripts
47
run: python -m compileall -f terminatorlib/ tests/ remotinator terminator
48
49
- name: Run tests
50
run: |
51
- xvfb-run -a pytest
+ xvfb-run -a pytest-3
0 commit comments