Skip to content

Commit

Permalink
install CUDA before MI env
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed May 10, 2024
1 parent 551830b commit 5dc7f7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
# Needed to get tags so that git describe works during package build
fetch-depth: "0"

- name: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.15
with:
cuda: '10.2.89'

- name: Get Date
id: get-date
run: |
Expand Down Expand Up @@ -65,11 +70,6 @@ jobs:
conda env list
python --version; conda list ; pip list
- name: cuda-toolkit
uses: Jimver/cuda-toolkit@v0.2.15
with:
cuda: '10.2.89'

- name: PyInstaller Build
shell: bash -l {0}
env:
Expand Down

0 comments on commit 5dc7f7c

Please sign in to comment.