From 4e82472b405fec20e3adb7661df38e2e7c6f4854 Mon Sep 17 00:00:00 2001 From: ptresson <paul.tresson@ird.fr> Date: Tue, 18 Mar 2025 12:24:24 +0100 Subject: [PATCH] retest with windows conda install --- .github/workflows/jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index 875ce6d..47f1f18 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -17,8 +17,8 @@ jobs: max-parallel: 6 matrix: ## Windows automatic testing is not functionnig yet - os: [ubuntu-latest , macos-latest] - # os: [ubuntu-latest , macos-latest , windows-latest] + # os: [ubuntu-latest , macos-latest] + os: [ubuntu-latest , macos-latest , windows-latest] python-minor-version: [11, 12] qgis-minor-version: [34, 36, 38] -- GitLab