Skip to content

Commit

Permalink
Downgrade Win conda installer to Python 3.10
Browse files Browse the repository at this point in the history
Revert when opusFC packages are available
  • Loading branch information
markotoplak committed Jun 28, 2024
1 parent c8e8409 commit fec9826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
fail-fast: False
matrix:
include:
- python-version: "3.11.8"
miniconda-version: "py311_24.1.2-0"
- python-version: "3.10.11"
miniconda-version: "py310_23.11.0-1"

defaults:
run:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.10"

- uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit fec9826

Please sign in to comment.