From 63a9e018d75143435369cf1f4fd9e4a82649a5d4 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Tue, 10 Dec 2024 13:19:01 -0500 Subject: [PATCH] forgot the shell --- .github/workflows/Downstream.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 89eebf5e98..639a6e0623 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -55,6 +55,7 @@ jobs: dev_pks = Pkg.PackageSpec[] Pkg.develop(map(path -> Pkg.PackageSpec.(;path="$(@__DIR__)/lib/$(path)"), readdir("./lib"))); Pkg.instantiate() + shell: julia --color=yes --code-coverage=user --depwarn=yes --project=. {0} - name: Clone Downstream uses: actions/checkout@v4 with: