Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 6, 2024
1 parent 698f412 commit a04b1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9
python-version: 3.12
environment-file: environment.yml
auto-activate-base: false
activate-environment: fune
Expand Down

0 comments on commit a04b1a2

Please sign in to comment.