Skip to content

Commit

Permalink
Dont use system Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Sep 26, 2024
1 parent 2f32440 commit 085e8d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ jobs:
tar xzf *.tar.gz
cd julia-*/
julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
./julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
export JULIA_TEST_MAXRSS_MB=3800
julia -e "Base.runtests(; ncores=4)"
./julia -e "Base.runtests(; ncores=4)"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -283,11 +283,11 @@ jobs:
tar xzf *.tar.gz
cd julia-*/
julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
./julia -e 'using InteractiveUtils; InteractiveUtils.versioninfo()'
export JULIA_TEST_MAXRSS_MB=3800
julia -e "Base.runtests(; ncores=4)"
./julia -e "Base.runtests(; ncores=4)"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 085e8d0

Please sign in to comment.