Skip to content

Commit

Permalink
specific miniforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Jan 20, 2025
1 parent 0137312 commit 7aba4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
activate-environment: "build"
python-version: ${{ matrix.pyver }}
miniforge-variant: Mambaforge
miniforge-version: latest
miniforge-version: 24.11.0-0
use-mamba: true
add-pip-as-python-dependency: true
auto-activate-base: false
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Build Wheel
run: |
python setup.py sdist bdist_wheel
python setup.py sdist
# - name: Upload Assets
# uses: shogo82148/actions-upload-release-asset@v1
Expand Down

0 comments on commit 7aba4ef

Please sign in to comment.