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 59cbeaf commit 02d0b04
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 @@ -49,7 +49,8 @@ jobs:
- name: Copy test files from static downloaded release
run: |
ls -al tests/testdata
ls -al /home/runner/work/last-release/*/tests/testdata
du -sh /home/runner/work/last-release/*/tests/testdata
du -sh /home/runner/work/last-release/*
cp -r /home/runner/work/last-release/*/tests/testdata tests
ls -al tests/testdata
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 02d0b04

Please sign in to comment.