diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9a1f3247..aee2f966 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,8 +18,8 @@ jobs: - 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 -y - $CONDA/bin/conda install -c conda-forge pre-commit -y + $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 $CONDA/bin/generate_pre_commit_conf --skip-pre-commit-install - name: Run pre commit checks