Skip to content

Use rich cli in runserver #349

Use rich cli in runserver

Use rich cli in runserver #349

Workflow file for this run

name: Validate Package
on: [pull_request]
jobs:
dependencies-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install toml
- name: Check venv dependencies match Poetry dependencies
run: python .github/scripts/check_dependencies.py