Skip to content

Commit c184ebb

Browse files
authored
Merge pull request #1009 from mattrose/fix-ci
fix ci
2 parents 590a9cd + 803ebc4 commit c184ebb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,14 @@ jobs:
3434
run: >
3535
sudo apt-get install -y --no-install-recommends
3636
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
3738
gettext intltool
3839
libdbus-glib-1-dev libgirepository1.0-dev libcairo-dev
3940
xvfb
4041
41-
- name: Install dependencies
42-
run: |
43-
python -m pip install --upgrade pip
44-
pip install -e '.[test]'
45-
4642
- name: Compile all scripts
4743
run: python -m compileall -f terminatorlib/ tests/ remotinator terminator
4844

4945
- name: Run tests
5046
run: |
51-
xvfb-run -a pytest
47+
xvfb-run -a pytest-3

0 commit comments

Comments
 (0)