Skip to content

Commit 01e68bb

Browse files
committed
#1835 Added julia installation
1 parent c95f119 commit 01e68bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
uses: julia-actions/setup-julia@v2
3838
with:
3939
version: '1.10'
40+
show-versioninfo: true
41+
42+
- name: Julia says Hello
4043
run: julia -e 'println("Hello, World!")'
4144

4245
- name: Run tests

0 commit comments

Comments
 (0)