setup-julia icon indicating copy to clipboard operation
setup-julia copied to clipboard

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.

Results 38 setup-julia issues
Sort by recently updated
recently updated
newest added

``` (node:1740) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead (Use `node --trace-deprecation ...` to show...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies
javascript

**Describe the bug** To my surprise my build started failing due to a compilation issue/packages failing on Julia 1.7. I remember that one week ago I pinned Julia 1.6 version...

bug

Julia has in general three types of categories of releases. The LTS (currently 1.0.x), the latest release (currently 1.6.1), and the nightly release. Before a new Julia release, there are...

enhancement

Recent versions of Julia are also shipped as a portable .zip file for Windows. That may or may not be faster than running the installer.

enhancement
good first issue