Skip to content

fix: Make requests, httpx, and aiohttp dependencies optional (#67) #41

fix: Make requests, httpx, and aiohttp dependencies optional (#67)

fix: Make requests, httpx, and aiohttp dependencies optional (#67) #41

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths:
- 'src/**'
- 'tests/**'
concurrency:
group: ci
jobs:
check-branch:
uses: ./.github/workflows/check-branch.yaml
secrets: inherit