From 0445e3127d2e5120c6e117bbcfe7a5060e073ca6 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 5 May 2024 12:52:02 -0400 Subject: [PATCH] use main --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index ca3d1fef..e9cebb84 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -16,7 +16,7 @@ on: jobs: test: name: Test - uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1 + uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@main with: os: ${{ matrix.platform }} python-version: ${{ matrix.python-version }}