Skip to content

Fix HttpAuthenticationType to add callable (#133) #79

Fix HttpAuthenticationType to add callable (#133)

Fix HttpAuthenticationType to add callable (#133) #79

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set up Python 3.11
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.11
cache: 'pip'
- name: Install dependencies
run: |
pip install nox
- name: Run tests
run: |
nox -s "test_cohabitation"