diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 34465ab..ddcd6c9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -5,3 +5,11 @@ 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 lsstts -c conda-forge pre-commit ts-pre-commit-config python=3.11 identify>=2.6 -y + $CONDA/bin/conda install -c conda-forge pre-commit identify>=2.6 -y