From 3b948c809e5d8706e7852a2ef1f72710edc4d7a6 Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Wed, 22 Jan 2025 14:15:49 +0100 Subject: [PATCH] move env decl --- .github/workflows/IntegrationTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index e481307..ba3f9b5 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -31,10 +31,10 @@ jobs: with: repository: Neuroblox/Neuroblox.jl path: downstream + - name: Load this and run the downstream tests env: JULIA_NUM_THREADS: 4 GROUP: ${{ matrix.group }} - - name: Load this and run the downstream tests shell: julia --project=downstream {0} run: | using Pkg