Skip to content

Commit 727d9a6

Browse files
committed
Disable unit tests on QGIS
1 parent 53ed488 commit 727d9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tester.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
python3 -m pip install -U pip setuptools wheel
6565
python3 -m pip install -U -r requirements/testing.txt
6666
67-
- name: Run Unit tests
68-
run: pytest tests/qgis/
67+
# - name: Run Unit tests
68+
# run: pytest tests/qgis/

0 commit comments

Comments
 (0)