Tags: s-weigand/setup-conda
Tags
🩹 Fix updating base conda causes error on windows (#475) This PR fixes that updating the base conda on windows causes an error by reordering how paths are added so C:\Miniconda\Scripts\conda.exe is used directly in the update instead of C:\Miniconda\Library\bin\conda.bat. Additionally, it upgrades the tooling and dependencies. closes #473
🩹 Fix bad broken error handling due to bad import (#318) TypeError: Cannot read properties of undefined (reading 'setFailed')
👌 Update dependencies and tooling (#315) * 🛡️ Fix some security volnerabilities with 'npm audit fix' * 🧰 Switch from tslint to eslint ⬆️ Update prettier to 3.0.0 🧹 Remove unused @actions/tool-cache * ⬆️ Upgraded typescript to 5.1.6 and node type to 16.18.38 * ⬆️ Updated jes and ts-jest versions to latest * 🧹 Formatted files with prettier * 🧹 Removed unused import from test * 🧹 Changed imports to only import needed functionality * 🧰 Add pre-commit config * 🧹 Run pre-commit * 🚇 Add pre-commit job to test workflow * 🚇 Updated CI test to use newer version than system python * Reappy: Bump jest-circus from 29.1.2 to 29.6.1 (#311) * 📚⬆️ Update example workflows in readme to use current action versions
PreviousNext