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
test shell
  • Loading branch information
simonbyrne committed Mar 11, 2024
commit ffedff09f8f1d42b53d234ec152b19466fb17d2b
17 changes: 17 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,11 @@ jobs:
- uses: actions/checkout@v2
- name: "Check Wolfram Engine installation"
run: WolframKernel -version
- name: "Test shell"
run: |
$Version
$LicenseExpirationDate
shell: WolframKernel
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
@@ -44,6 +49,12 @@ jobs:
echo 'Installed Wolfram Engine.'
- name: "Check Wolfram Engine installation"
run: '"/Applications/Wolfram Engine.app/Contents/MacOS/WolframKernel" -version'
- name: "Test shell"
run: |
$Version
$LicenseExpirationDate
shell: WolframKernel

- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
@@ -108,6 +119,12 @@ jobs:
env:
WOLFRAMENGINE_INSTALLATION_DIRECTORY: '${{ runner.temp }}\${{ env.WOLFRAMENGINE_INSTALLATION_SUBDIRECTORY }}'

- name: "Test shell"
run: |
$Version
$LicenseExpirationDate
shell: WolframKernel

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