Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check wolfram engine installation #93

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
try wolframscript
  • Loading branch information
simonbyrne committed Apr 10, 2024
commit 4e199ea7fc7971c2d26010444f086b9bf1741321
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ jobs:
run: |
Print["Version: ", $Version]
Print["License expiration: ", $LicenseExpirationDate]
shell: WolframKernel -script {0}
shell: wolframscript -file {0}

- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1