Skip to content

❇️ Add base_url setting in Session/AsyncSession (#180) #141

❇️ Add base_url setting in Session/AsyncSession (#180)

❇️ Add base_url setting in Session/AsyncSession (#180) #141

name: Test with Cohabitation
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: ci-cohabitation-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Python 3.11
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.11
cache: 'pip'
- name: Install dependencies
run: |
pip install nox
- name: Run tests
run: |
nox -s "test_cohabitation"