Skip to content

Tags: lgtm-migrator/setup-conda

Tags

v1.1.1

feat: build for release

v1

feat: build for release

original/v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🚀 Prepare release (s-weigand#241)

* ⬆️ Bump node version from 12 to 16

* 🚧 Changed @types/node to version 16

* ⬆️ Upgraded jest related dev dependencies to 28

v1.1.0

feat: build for release

original/v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump jest from 26.6.3 to 27.4.5 (s-weigand#182)

* Bump jest from 26.6.3 to 27.4.5

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.4.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](jestjs/jest@v26.6.3...v27.4.5)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* ⬆️ Upgraded ts-jest

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: s-weigand <s.weigand.phy@gmail.com>

v1.0.7

feat: build for release

original/v1.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🩹 Fix env activation (s-weigand#130)

* 🧪 Added workflow job using bash login shell and activate TEST env

* 🧪 Added test for custom env activate with none login shell

* 🩹 Removed env vars from conda activation

Adding the env vars did lead to 'source activate <env_name>' not working anymore see issue 125

* 🧹 Moved parseActivationScriptOutput definition before its first usage

v1.0.6

feat: build for release

original/v1.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
👌 Use more robust conda activation (s-weigand#124)

* 🧹 Fixed typos in readme

* ♻️ Refactored env activation to use 'conda shell.<shell_name> activate <env_name>'

output instead running a tmp script in a subshell
see s-weigand#12

* 🧪 Added job to check if env activation persists

* 👌 Changed logging to use groups for a cleaner log

* 🧹 Remove env activation test

Env activation will be a feature for v2

* 🧪 Activate env var testing

* 🧹 Removed obsolete warining from readme

* 🧹 Removed insecsure env var logging

v1.0.5

feat: Build for release