Skip to content

Commit c3a4029

Browse files
Fix pip install options for platform compatibility
1 parent 96b9539 commit c3a4029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mkdir -p package
3434
# manylinux2014_x86_64プラットフォームでバイナリをダウンロード
3535
python -m pip install --upgrade pip
36-
python -m pip install --platform manylinux2014_x86_64 --only-binary=all --target ./package -r requirements.txt
36+
python -m pip install --platform manylinux2014_x86_64 --only-binary=:all: --no-deps --target ./package -r requirements.txt
3737
echo "Dependencies installed for Amazon Linux 2 compatibility"
3838
echo "Package directory contents:"
3939
ls -la package/

0 commit comments

Comments
 (0)