Skip to content

Bump h11 from 0.14.0 to 0.16.0 in /python in the pip group across 1 directory #2

Bump h11 from 0.14.0 to 0.16.0 in /python in the pip group across 1 directory

Bump h11 from 0.14.0 to 0.16.0 in /python in the pip group across 1 directory #2

Workflow file for this run

name: Pull Request
permissions:
contents: read
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
js-sdk:
uses: ./.github/workflows/js_tests.yml
secrets:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
python-sdk:
uses: ./.github/workflows/python_tests.yml
secrets:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
charts-tests:
uses: ./.github/workflows/charts_tests.yml