Skip to content

Commit

Permalink
Fixes #195 changed conda build to include package format argument for…
Browse files Browse the repository at this point in the history
… tar.bz2
  • Loading branch information
navarroc committed Feb 12, 2025
1 parent a92b2c2 commit eecc6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
run: |
conda install conda-build
mkdir dist
conda build --output-folder dist \
conda build --package-format=tar.bz2 \
--output-folder dist \
--label ${{ env.LABEL }} \
recipes
shell: micromamba-shell {0}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Conda build to include package format argument [#195](https://github.com/IN-CORE/pyincore-viz/issues/195)

### Fixed
- Documentation container tagging error by github action [#181](https://github.com/IN-CORE/pyincore-viz/issues/181)
- Pytest error caused by removed hazard dataset [#182](https://github.com/IN-CORE/pyincore-viz/issues/182)
Expand Down

0 comments on commit eecc6ae

Please sign in to comment.