Skip to content

Commit 90e7d17

Browse files
committed
Trying to make sure everything is installed
1 parent 6467ed8 commit 90e7d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
sudo apt-get install -y libglu1-mesa libxrender1 libxkbcommon-x11-0
1818
- name: Install dependencies
1919
run: |
20+
python -m pip install .
2021
python -m pip install .[dev]
2122
python -m pip install pytest-xvfb pytest-qt
2223
- name: Run tests

0 commit comments

Comments
 (0)