Skip to content

Update version history. #400

Update version history.

Update version history. #400

Workflow file for this run

name: lint
on: push
jobs:
call-workflow:
uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main
lint:
runs-on: ubuntu-latest
steps:
- name: Install
run: |
$CONDA/bin/conda config --set solver classic
$CONDA/bin/conda install -c conda-forge -c lsstts pre-commit identify>=2.6 ts-pre-commit-config python=3.11 -y