We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acba8b commit f9aaff4Copy full SHA for f9aaff4
.github/workflows/build_executables.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
auto-update-conda: true
30
activate-environment: kivy20
31
- python-version: 3.9
+ python-version: 3.10
32
channels: conda-forge
33
- name: Checkout code
34
uses: actions/checkout@v4
@@ -95,9 +95,10 @@ jobs:
95
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
96
- uses: conda-incubator/setup-miniconda@v2
97
98
+ miniconda-version: latest
99
100
101
102
103
104
0 commit comments