Skip to content

Commit

Permalink
Tweak path
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 12, 2024
1 parent 03de2a9 commit dd84186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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:
Expand Down

0 comments on commit dd84186

Please sign in to comment.