diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f666d59d..4318b64ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -342,7 +342,9 @@ jobs: ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream - name: Running samples in CI setup run: | - python3 -m pip install boto3 --break-system-packages + python3 -m venv .venv + source .venv/bin/activate + python3 -m pip install boto3 - name: configure AWS credentials (PubSub) uses: aws-actions/configure-aws-credentials@v2 with: