Skip to content

Commit 237c6bb

Browse files
committed
fix: local build now that GUI works
1 parent 0c92854 commit 237c6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo $VERSION
115115
rm -rf ./build/pytemps
116116
mkdir -p ./build/pytemps
117-
python3 -m pip install cython
117+
python3 -m pip install cython --target ./build/pytemps
118118
python3 -m pip install $VERSION --no-binary :all: --target ./build/pytemps
119119
python3 -m pip install -r ./build_configs/macos/requirements.txt --target ./build/pytemps
120120
python3 -m pip install -r ./build_configs/macos/requirements.pyinstaller.txt

0 commit comments

Comments
 (0)