-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Hi,
I am trying to setup and environment using miniforge (latest) and a specific python version (3.11). In the following workflow, the python-version argument is ignored, and I get python 3.12. If I remove the miniforge-version line, then I get python 3.11, but I would like to use miniforge.
on:
repository_dispatch:
types:
- miniforge-test
jobs:
build:
runs-on: ubuntu-latest
name: Setup Miniforge
steps:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
python-version: 3.11
- name: Env List
run: |
conda config --show channels
conda list
I'm not doing anything wrong, am I?
tobiasdiez and danyeaw
Metadata
Metadata
Assignees
Labels
No labels