From 1f37ea71a53cac9c3504f6f114b1519a187600dd Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Fri, 13 Dec 2024 09:13:17 -0700 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5070c3f..524a861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - steps: - uses: actions/checkout@v4 with: repository: "lh3/bwa" + path: "bwa"" - name: Set up Python ${{matrix.PYTHON_VERSION}} uses: actions/setup-python@v1 with: