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

Pyinstaller Github Actions #2197

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
629d47a
exclude test.support modules from loaded operations
MikeSullivan7 Aug 1, 2024
726adda
upgrade python, h5py, imagecodecs, scikit-image, coverage, coveralls
MikeSullivan7 Jul 18, 2024
90b4da2
Release note
MikeSullivan7 Jul 23, 2024
10e3236
change assertions in image_stack_test and strictdataset_test
MikeSullivan7 Jul 23, 2024
db6e1db
remove astra-toolbox channels from env files
MikeSullivan7 Jul 30, 2024
0c5f0de
put CONDA_OVERRIDE_CUDA env variable at job level
MikeSullivan7 Jul 31, 2024
ed01ce6
upgrade astra to 2.1.0=cuda*
MikeSullivan7 Jul 31, 2024
f3f8fbc
add cupy_backends module explicitly in PackagingWithPyInstaller
MikeSullivan7 Aug 1, 2024
3639e53
updated to Miniforge from Mambaforge
MikeSullivan7 May 8, 2024
2c904d7
use nsis to make installer
MikeSullivan7 May 8, 2024
31e7b9c
update Jimver cuda-toolkit
MikeSullivan7 May 8, 2024
aebd4a4
quick yml fix
MikeSullivan7 May 8, 2024
989524d
set CUDA_PATH to reflect local
MikeSullivan7 May 8, 2024
cfde440
quick yml fix
MikeSullivan7 May 8, 2024
61c33fa
test cupy installed
MikeSullivan7 May 8, 2024
314ad00
list installed packages
MikeSullivan7 May 8, 2024
edab260
archive spec file
MikeSullivan7 May 8, 2024
cc3de5d
archive spec file
MikeSullivan7 May 9, 2024
5cd7520
printing pyinstaller run options
MikeSullivan7 May 9, 2024
20c41ff
test
MikeSullivan7 May 9, 2024
c788622
remove CUDA toolkit install
MikeSullivan7 May 9, 2024
63e6d94
remove CUDA toolkit install
MikeSullivan7 May 9, 2024
41f7422
remove CUDA toolkit install
MikeSullivan7 May 9, 2024
3b40448
spec artifact
MikeSullivan7 May 9, 2024
defa77c
use cupy-cuda102 whl
MikeSullivan7 May 9, 2024
11b9f65
add cudatoolkit in meta.yml
MikeSullivan7 May 10, 2024
0cd1617
look at GH environment variables
MikeSullivan7 May 10, 2024
d4edaa5
add CONDA_CUPY_CUDA_PATH
MikeSullivan7 May 10, 2024
19b3b01
add CONDA_CUPY_CUDA_PATH
MikeSullivan7 May 10, 2024
031a533
add CONDA_CUPY_CUDA_PATH
MikeSullivan7 May 10, 2024
57b9e91
change env back to main
MikeSullivan7 May 10, 2024
bc751a4
install CUDA before MI env
MikeSullivan7 May 10, 2024
0caee66
add use-only-tar-bz2: true to pip & miniforge caching
MikeSullivan7 May 10, 2024
e6adb28
add CONDA_OVERRIDE_CUDA=11.8 to job env
MikeSullivan7 Jul 31, 2024
c6cfe61
change cuda path to env path
MikeSullivan7 Aug 1, 2024
e1f0e56
test
MikeSullivan7 Aug 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
install CUDA before MI env
MikeSullivan7 committed Aug 1, 2024
commit bc751a4e659454a509960f9449f82c165936a942
10 changes: 5 additions & 5 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
@@ -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: |
@@ -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: