From ab233287b9a58b9046ebd8981194d323ee60dad4 Mon Sep 17 00:00:00 2001 From: Matthew The Date: Wed, 21 May 2025 17:20:23 +0200 Subject: [PATCH] Add quotation marks to python version for gui build --- .github/workflows/gui_build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gui_build.yml b/.github/workflows/gui_build.yml index 79c7e9f..7ff8917 100644 --- a/.github/workflows/gui_build.yml +++ b/.github/workflows/gui_build.yml @@ -5,6 +5,8 @@ on: push: tags: - 'rel-*' + branches: + - fix/gui-build jobs: build-windows: @@ -35,7 +37,7 @@ jobs: - name: Create conda environment uses: conda-incubator/setup-miniconda@v3 with: - python-version: 3.10 + python-version: "3.10" channels: conda-forge,defaults channel-priority: true activate-environment: picked_group_fdr_gui