From 033b1315f4f6dda90a595a42e8e613ec18ff884f Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:17:38 +0600 Subject: [PATCH] Ensure runic install on linter workflow --- .github/workflows/Lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 10238d0..05b2165 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -30,7 +30,8 @@ jobs: - name: Build package (required for ExplicitImports) uses: julia-actions/julia-buildpkg@v1 - name: Install Julia packages - run: julia -e 'using Pkg; pkg"add ExplicitImports"' + run: 'using Pkg; Pkg.add(["ExplicitImports", "Runic"])' + shell: julia --color=yes {0} - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python