Skip to content

Commit

Permalink
fix workflow build (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen authored Jan 20, 2025
1 parent d2537f1 commit c51df25
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,11 @@ jobs:
with:
python-version: ${{ matrix.pyver }}

- name: Setup Mamba
uses: conda-incubator/setup-miniconda@v2.2.0
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: "build"
python-version: ${{ matrix.pyver }}
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
add-pip-as-python-dependency: true
auto-activate-base: false

Expand All @@ -89,7 +86,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 c51df25

Please sign in to comment.