From fb6625998f069dc09cd9a783cc16078da872086d Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 25 Jul 2024 04:50:39 -0400 Subject: [PATCH] Update Invalidations.yml --- .github/workflows/Invalidations.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Invalidations.yml b/.github/workflows/Invalidations.yml index 2fd531b..2b9f830 100644 --- a/.github/workflows/Invalidations.yml +++ b/.github/workflows/Invalidations.yml @@ -24,10 +24,14 @@ jobs: with: version: '1' - uses: actions/checkout@v3 - - uses: julia-actions/julia-buildpkg@v1 + - run: | + import Pkg + p = Pkg.PackageSpec(name = "Example", version = "0.5", uuid = "7876af07-990d-54b4-ab0e-23690620f79a") + Pkg.add(p) + shell: julia {0} # - uses: julia-actions/julia-invalidations@v1 - uses: ./ - id: invs_pr + id: invs_pro with: test_script: 'import Example'