From cab87d7e2abfbfaf9ba83a42d139738642160038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Jehli=C4=8Dka?= <117917253+jehlijos@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:59:16 +0200 Subject: [PATCH] corrected test_qgis_color.py file path --- .github/workflows/test_qgis_color_func.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_qgis_color_func.yml b/.github/workflows/test_qgis_color_func.yml index 43be99c..09d5042 100644 --- a/.github/workflows/test_qgis_color_func.yml +++ b/.github/workflows/test_qgis_color_func.yml @@ -27,4 +27,4 @@ jobs: pip install pytest pytest-qt PyQt5 - name: Run tests - run: pytest test/test_qgis_color.py + run: pytest src/test/test_qgis_color.py