Skip to content

Commit

Permalink
try conda with python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent 7acba8b commit f9aaff4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f9aaff4

Please sign in to comment.