We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c92854 commit 237c6bbCopy full SHA for 237c6bb
.github/workflows/artifacts.yml
@@ -114,7 +114,7 @@ jobs:
114
echo $VERSION
115
rm -rf ./build/pytemps
116
mkdir -p ./build/pytemps
117
- python3 -m pip install cython
+ python3 -m pip install cython --target ./build/pytemps
118
python3 -m pip install $VERSION --no-binary :all: --target ./build/pytemps
119
python3 -m pip install -r ./build_configs/macos/requirements.txt --target ./build/pytemps
120
python3 -m pip install -r ./build_configs/macos/requirements.pyinstaller.txt
0 commit comments