Skip to content

Fix in session defaults for verify, and stream #123

Fix in session defaults for verify, and stream

Fix in session defaults for verify, and stream #123

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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.11
cache: 'pip'
- name: Install dependencies
run: |
pip install nox
- name: Run tests
run: |
nox -s "test_cohabitation"