Skip to content

Commit

Permalink
Cover Python's 'This environment is externally managed' error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 14, 2024
1 parent 4c8406c commit cecd30c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_extension_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ jobs:
BUCKET_NAME: ${{ secrets.S3_DUCKDB_ORG_BUCKET }}
DUCKDB_EXTENSION_SIGNING_PK: ${{ secrets.S3_DUCKDB_ORG_EXTENSION_SIGNING_PK }}
DUCKDB_DEPLOY_SCRIPT_MODE: for_real
PIP_BREAK_SYSTEM_PACKAGES: 1
run: |
pwd
python3 -m pip install pip awscli
python3 -m pip install awscli
git config --global --add safe.directory '*'
cd duckdb
git fetch --tags
Expand Down

0 comments on commit cecd30c

Please sign in to comment.