Skip to content

Commit

Permalink
look at GH environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed May 10, 2024
1 parent bf04d0c commit 2245c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ jobs:

- name: PyInstaller Build
shell: bash -l {0}
env:
CUDA_PATH: '${{env.CONDA}}\envs\mantidimaging-dev'
run: |
conda activate mantidimaging-dev
set
echo "Cuda path: $CUDA_PATH"
echo "path: $PATH"
echo "dev env path: '${{env.CONDA}}/envs/mantidimaging-dev'"
Expand Down

0 comments on commit 2245c3f

Please sign in to comment.