Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Oct 23, 2024
1 parent e9950a7 commit fb2c7a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- run: sed -i "s:9999:${VERSION//*v/}:" setup.py conda/meta.yaml
env:
VERSION: ${{ github.ref }}
- uses: s-weigand/setup-conda@v1
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
- name: prepare
run: |
conda install -y anaconda-client conda-build conda-verify
Expand Down

0 comments on commit fb2c7a5

Please sign in to comment.