From 9b5c7e3624ad1a9d30f47daac76120a465608b8d Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Fri, 1 Mar 2024 17:23:52 -0500 Subject: [PATCH] Use correct path syntax, for real --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a849927..32169d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,10 +24,10 @@ jobs: steps: - uses: actions/checkout@v4 with: - path: ./src + path: src - name: Set up Python with uv (local source) - uses: src + uses: ./src with: python-version: "3.12" cache: ${{ matrix.cache }}