Skip to content

Commit

Permalink
move env decl
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Jan 22, 2025
1 parent 1709cb9 commit 3b948c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b948c8

Please sign in to comment.