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: