Skip to content

Commit f9aaff4

Browse files
committed
try conda with python 3.10
1 parent 7acba8b commit f9aaff4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_executables.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
auto-update-conda: true
3030
activate-environment: kivy20
31-
python-version: 3.9
31+
python-version: 3.10
3232
channels: conda-forge
3333
- name: Checkout code
3434
uses: actions/checkout@v4
@@ -95,9 +95,10 @@ jobs:
9595
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
9696
- uses: conda-incubator/setup-miniconda@v2
9797
with:
98+
miniconda-version: latest
9899
auto-update-conda: true
99100
activate-environment: kivy20
100-
python-version: 3.9
101+
python-version: 3.10
101102
channels: conda-forge
102103
- name: Checkout code
103104
uses: actions/checkout@v4

0 commit comments

Comments
 (0)