Skip to content

Commit

Permalink
Switch to .conda package format (with latest conda build) (ilastik#2935)
Browse files Browse the repository at this point in the history
.conda is the default package format since conda build 25.1.0
  • Loading branch information
k-dominik authored Jan 20, 2025
1 parent f02e624 commit de6f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-conda-bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
build_prefix: "py_"
runs-on: ${{ matrix.os }}
env:
ILASTIK_PACKAGE_NAME: ${{ matrix.ilastik_variant }}-${{ needs.conda-noarch-build.outputs.version }}-${{ matrix.build_prefix }}0.tar.bz2
ILASTIK_PACKAGE_NAME: ${{ matrix.ilastik_variant }}-${{ needs.conda-noarch-build.outputs.version }}-${{ matrix.build_prefix }}0.conda
steps:
# necessary on windows: https://github.com/actions/cache/issues/591#issuecomment-845132253
- name: "Use GNU tar instead BSD tar"
Expand Down

0 comments on commit de6f7fb

Please sign in to comment.