Skip to content

chore: update to pydantic v2 #880

chore: update to pydantic v2

chore: update to pydantic v2 #880

Workflow file for this run

name: ci-macos
on:
pull_request:
paths-ignore:
- '**.md'
- 'petisco/VERSION'
- '.github/ISSUE_TEMPLATE'
- '.github/workflows/coverage.yml'
branches:
- main
jobs:
ci-macos:
strategy:
matrix:
os: [macOS-latest]
python-version: ['3.10']
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: '**/*requirements.txt'
- name: Install dependencies
run: |
pip install lume
lume -install
- name: Check requirements
run: lume -check-requirements
- name: Lint - Code checker
run: lume -lint
- name: Test
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN_STAGING }}
SLACK_TESTS_CHANNEL: 'testing'
run: lume -build -test -test-command-line