From 9647f7af73a5c3cc79d19e7bc9813e703dec668f Mon Sep 17 00:00:00 2001 From: Max R Date: Mon, 23 Mar 2026 09:16:15 -0400 Subject: [PATCH] Delete .github/actions/pre-test/action.yml I think this is unneeded because we are py310+ ? --- .github/actions/pre-test/action.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/actions/pre-test/action.yml diff --git a/.github/actions/pre-test/action.yml b/.github/actions/pre-test/action.yml deleted file mode 100644 index b70c942f..00000000 --- a/.github/actions/pre-test/action.yml +++ /dev/null @@ -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'