fix ci not running lint, bump pre-commit-hooks version

This commit is contained in:
pacrob
2025-02-24 19:17:27 -07:00
committed by Paul Robinson
parent d7eab27564
commit 0f0d51305c
4 changed files with 57 additions and 56 deletions

View File

@ -30,7 +30,7 @@ jobs:
if [[ "$toxenv" == 'docs' ]]; then
echo 'TOXENV=docs' | tee -a $GITHUB_ENV
else
echo "TOXENV=${python}-${toxenv}" | tr -d '.' | tee -a $GITHUB_ENV
echo "TOXENV=py${python}-${toxenv}" | tr -d '.' | tee -a $GITHUB_ENV
fi
- uses: actions/checkout@v4
- uses: actions/setup-python@v5