Skip to content

Require dynamicprompts 0.30.4 #286

Require dynamicprompts 0.30.4

Require dynamicprompts 0.30.4 #286

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install pytest-cov
python install.py
- run: pytest --cov --cov-report=term-missing .