We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6467ed8 commit 90e7d17Copy full SHA for 90e7d17
1 file changed
.github/workflows/tests.yml
@@ -17,6 +17,7 @@ jobs:
17
sudo apt-get install -y libglu1-mesa libxrender1 libxkbcommon-x11-0
18
- name: Install dependencies
19
run: |
20
+ python -m pip install .
21
python -m pip install .[dev]
22
python -m pip install pytest-xvfb pytest-qt
23
- name: Run tests
0 commit comments