From be77923db16242d98dedcff2f8d1cbfca7f7a85e Mon Sep 17 00:00:00 2001 From: edennihy Date: Mon, 6 Jan 2025 10:33:58 -0700 Subject: [PATCH] Update github lint workflow. --- .github/workflows/lint.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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