From 78a980feda6fd1c0f04165b0e43672f0db6454d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pawela?= Date: Fri, 29 Mar 2024 18:08:58 +0100 Subject: [PATCH] fix project in TransmuteDims --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 733a859..1d76b38 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: with: version: ${{ matrix.version }} - name: Fix TransmutedDims - run: julia --color=yes -e 'using Pkg; Pkg.add(name="TransmuteDims", rev="strided2")' + run: julia --project=@. --color=yes -e 'using Pkg; Pkg.add(name="TransmuteDims", rev="strided2")' - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest env: