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