Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 12, 2024
1 parent 2c2f65a commit 4f2185f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:

- name: Copy test files from static downloaded release
run: |
ls -al tests
ls -al tests/testdata
cp -r /home/runner/work/last-release/*/tests/testdata tests
ls -al tests
ls -al tests/testdata
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4f2185f

Please sign in to comment.