Skip to content

Commit

Permalink
#1835 Added julia installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Nov 16, 2024
1 parent c95f119 commit 01e68bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
show-versioninfo: true

- name: Julia says Hello
run: julia -e 'println("Hello, World!")'

- name: Run tests
Expand Down

0 comments on commit 01e68bb

Please sign in to comment.