We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b9539 commit c3a4029Copy full SHA for c3a4029
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
mkdir -p package
34
# manylinux2014_x86_64プラットフォームでバイナリをダウンロード
35
python -m pip install --upgrade pip
36
- python -m pip install --platform manylinux2014_x86_64 --only-binary=all --target ./package -r requirements.txt
+ python -m pip install --platform manylinux2014_x86_64 --only-binary=:all: --no-deps --target ./package -r requirements.txt
37
echo "Dependencies installed for Amazon Linux 2 compatibility"
38
echo "Package directory contents:"
39
ls -la package/
0 commit comments