Skip to content

Releases: s-weigand/setup-conda

🚀 v1.2.2 Release

17 May 16:33
Compare
Choose a tag to compare

This release mainly adds better error messages when CONDA environment variable isn't set and the action fails, which is currently the case for macOS-latest.

What's Changed

  • 👌 Improve error handling when CONDA environ variable isn't set by @s-weigand in #434
  • ⬆️🧰 Update action run definition, dependencies and .pre-commit-config.yaml by @s-weigand in #436
  • 📚 Add similar projects section to readme by @s-weigand in #437

Full Changelog: original/v1.2.1...original/v1.2.2

🚀 v1.2.1 Release

08 Jul 15:31
Compare
Choose a tag to compare

What's Changed

  • 🩹 Fix broken error handling due to bad import by @s-weigand in #318

Full Changelog: v1.2.0...v1.2.1

🚀 v1.2.0 Release

07 Jul 22:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

🚀 v1.1.1 Release

27 May 22:32
Compare
Choose a tag to compare

🩹 Bug Fixes

  • 🩹 Replace all white spaces in conda-channels before splitting by @s-weigand in #240

Full Changelog: v1.0.1...v1.1.1

🚀 v1.1.0 Release

14 Dec 08:04
Compare
Choose a tag to compare

Changelog

✨ Features

  • Using python-version which is not default now creates and activates a new env (__setup_conda) (#180)

🩹 Bug Fixes

  • Installation fails in combination with Python 3.10 (#169, #180)

🚀 v1.0.7 Release

05 Jul 17:10
Compare
Choose a tag to compare

Changelog

🩹 Bug Fixes

  • Using source activate <env_name> works again #130

🚀 v1.0.6 Release

29 Jun 17:09
Compare
Choose a tag to compare

Changelog

👌 Improvements

  • Use more robust activation of the conda base environment #124

🩹 Bug Fixes

  • Action shouldn't randomly crash on Linux and macOs anymore #124
    Error message:
    No such file or directory
    Error: The process 'bash' failed with exit code 127
    

v1.0.5

01 Oct 18:43
Compare
Choose a tag to compare

Fixes:

  • Updated vulnerable dependencies

Release v1.0.4

12 Aug 22:33
Compare
Choose a tag to compare
  • Fixed missing binary paths on windows see #14

v1.0.3

06 May 09:38
Compare
Choose a tag to compare
  • Fixes Error when using update-conda and conda-channels, see #9