From f9aaff414dd766f09f6cd291329e323f974ff3dc Mon Sep 17 00:00:00 2001 From: Dylan Nielson Date: Wed, 6 Nov 2024 13:48:55 -0500 Subject: [PATCH] try conda with python 3.10 --- .github/workflows/build_executables.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index 8aa51f1..22e5dbf 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -28,7 +28,7 @@ jobs: with: auto-update-conda: true activate-environment: kivy20 - python-version: 3.9 + python-version: 3.10 channels: conda-forge - name: Checkout code uses: actions/checkout@v4 @@ -95,9 +95,10 @@ jobs: # if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - uses: conda-incubator/setup-miniconda@v2 with: + miniconda-version: latest auto-update-conda: true activate-environment: kivy20 - python-version: 3.9 + python-version: 3.10 channels: conda-forge - name: Checkout code uses: actions/checkout@v4