From 12dcd24280bf102c97cd02a7b166cbd01e352423 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Mon, 9 Dec 2024 13:48:41 -0500 Subject: [PATCH] fix CI? --- .github/workflows/Downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index a5ae25c19f..26a67d589b 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -59,7 +59,7 @@ jobs: repository: ${{ matrix.package.user }}/${{ matrix.package.repo }} path: downstream - name: Load this and run the downstream tests - shell: julia --color=yes --project=downstream {0} + shell: julia --color=yes --project=. {0} run: | using Pkg try