Skip to content

Made audience optional in the CLI #173

Made audience optional in the CLI

Made audience optional in the CLI #173

Workflow file for this run

name: 'test_on_push'
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: "Tests"
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.4.1
- name: "run full suite of tests"
run: make qa