From dd84186513e479e40c8eb48f405038ba6674ba62 Mon Sep 17 00:00:00 2001 From: Matthew Evans <git@ml-evs.science> Date: Fri, 12 Jul 2024 13:19:42 +0100 Subject: [PATCH] Tweak path --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d62da3..181b8be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: with: fetch-depth: 0 lfs: false + # Due to limited LFS bandwidth, it is preferable to download # test files from the last release. # @@ -46,7 +47,7 @@ jobs: extract: true - name: Copy test files from static downloaded release run: | - cp -r last-release/galvani-*/tests/testdata tests + cp -r last-release/tests/testdata tests - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: