From 913f981e06bb0d9106f481615b663ed956956427 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Mon, 29 Jan 2024 15:24:01 +1000 Subject: [PATCH] Update win.yml --- .github/workflows/win.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index a468a6c22..3a0e2885a 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -17,6 +17,7 @@ jobs: miniforge-version: latest use-mamba: 'true' channel-priority: 'true' + python-version: 3.11 - run: conda install -c conda-forge -n base --yes --quiet conda-build=3.25 pip mamba ruamel.yaml anaconda-client name: Install conda-build, boa and activate environment