Skip to content

Commit

Permalink
Update github lint workflow to include identify>=2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
edennihy committed Dec 18, 2024
1 parent 964ed3e commit c439a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c439a52

Please sign in to comment.