fix: π pass the timeout and ssl_context to the httpx #387
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Python | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
merge_group: | |
jobs: | |
test: | |
name: Test | |
uses: ./.github/workflows/python-test.yml | |
build: | |
name: Build | |
uses: ./.github/workflows/python-build.yml | |
lint: | |
name: Lint | |
uses: ./.github/workflows/python-lint.yml |