Delete .github/actions/pre-test/action.yml

I think this is unneeded because we are py310+ ?
This commit is contained in:
Max R 2026-03-23 09:16:15 -04:00 committed by GitHub
parent 8416413a0e
commit 9647f7af73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +0,0 @@
inputs:
env:
default: ${{ matrix.env }}
runs:
using: composite
steps:
- uses: asottile/workflows/.github/actions/latest-git@v1.4.0
if: inputs.env == 'py39' && runner.os == 'Linux'