Skip to content

Commit

Permalink
fetch miniforge via github action
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser-tng committed Nov 19, 2024
1 parent 9617249 commit f560220
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ jobs:
with:
node-version: '20'

- name: Install Miniforge
run: |
choco install miniforge3 --no-progress
refreshenv
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
python-version: "3.11"
miniforge-version: latest

- name: Install libuv dependency with Miniforge
run: |
conda create -n cp311_libuv python=3.11 libuv -y
# copy the path to this conda env
conda env list
conda env list | findstr cp311_libuv
- name: pwd
Expand Down

0 comments on commit f560220

Please sign in to comment.