Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Mar 10, 2024
1 parent cf10cdb commit d532684
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
brew install --cask wolfram-engine
echo 'Installed Wolfram Engine.'
- name: "Check Wolfram Engine installation"
run: WolframKernel -version

run: '"/Applications/Wolfram Engine.app/Contents/MacOS/WolframKernel" -version'
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
Expand Down Expand Up @@ -105,7 +104,7 @@ jobs:
echo 'Installed Wolfram Engine.'
- name: "Check Wolfram Engine installation"
run: ${{ env.WOLFRAMENGINE_INSTALLATION_DIRECTORY }}\WolframKernel -version
run: '"${{ env.WOLFRAMENGINE_INSTALLATION_DIRECTORY }}\WolframKernel" -version'
env:
JULIA_WOLFRAM_DIR: '${{ runner.temp }}\${{ env.WOLFRAMENGINE_INSTALLATION_SUBDIRECTORY }}'

Expand Down

0 comments on commit d532684

Please sign in to comment.