Skip to content

Commit

Permalink
add CONDA_CUPY_CUDA_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed May 10, 2024
1 parent 8e386b4 commit 02c11b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: PyInstaller Build
shell: bash -l {0}
env:
CONDA_CUPY_CUDA_PATH: %CUDA_PATH%
CONDA_CUPY_CUDA_PATH: ${{env.CUDA_PATH}}
run: |
conda activate mantidimaging-dev
set
Expand Down

0 comments on commit 02c11b4

Please sign in to comment.